remove useless macros
created by incorrect replacements in the previous commit Change-Id: I15a56ecd201ce202fe933c7d24908923bedc6708
This commit is contained in:
parent
97eb8a6e0e
commit
1475618fda
12 changed files with 0 additions and 23 deletions
|
@ -21,9 +21,6 @@
|
|||
|
||||
#include <typeinfo>
|
||||
|
||||
/// creates a unicode-string from an ASCII string
|
||||
#define constAsciiStr (::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( constAsciiStr ) ))
|
||||
|
||||
/** shows an error-box for an exception ex
|
||||
else-branch necessary to avoid warning
|
||||
*/
|
||||
|
|
|
@ -41,8 +41,6 @@ using namespace com::sun::star::beans;
|
|||
using namespace com::sun::star::lang;
|
||||
using namespace com::sun::star::linguistic2;
|
||||
|
||||
#define cChar OUString::createFromAscii(cChar)
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
TextConvWrapper::TextConvWrapper( Window* pWindow,
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
using namespace ::com::sun::star;
|
||||
using namespace ::rtl;
|
||||
|
||||
#define cChar OUString(cChar)
|
||||
|
||||
OUString sWW8_form( "WW-Standard" );
|
||||
|
||||
SvxMSConvertOCXControls::SvxMSConvertOCXControls( const uno::Reference< frame::XModel >& rxModel) : mxModel(rxModel)
|
||||
|
|
|
@ -62,8 +62,6 @@ using namespace com::sun::star;
|
|||
|
||||
using ::rtl::OUString;
|
||||
|
||||
#define constAsciiStr (::rtl::OUString( constAsciiStr ))
|
||||
|
||||
#define STR_NONNEGATIVE "NonNegative"
|
||||
#define STR_INTEGER "Integer"
|
||||
#define STR_TIMEOUT "Timeout"
|
||||
|
|
|
@ -48,7 +48,6 @@ using ::rtl::OUString;
|
|||
namespace svtools
|
||||
{
|
||||
|
||||
#define cChar OUString::createFromAscii(cChar)
|
||||
static const sal_Char cColor[] = "/Color";
|
||||
static const sal_Char cColorSchemes[] = "ColorSchemes/";
|
||||
sal_Int32 nColorRefCount_Impl = 0;
|
||||
|
|
|
@ -34,8 +34,6 @@ using namespace com::sun::star::beans;
|
|||
|
||||
using ::rtl::OUString;
|
||||
|
||||
#define cChar OUString::createFromAscii(cChar)
|
||||
|
||||
const sal_Char cReplacement[] = "Replacement";
|
||||
const sal_Char cFontPairs[] = "FontPairs";
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@ using namespace com::sun::star::uno;
|
|||
|
||||
using ::rtl::OUString;
|
||||
|
||||
#define cChar OUString::createFromAscii(cChar)
|
||||
|
||||
struct HtmlOptions_Impl
|
||||
{
|
||||
::std::list<Link> aList;
|
||||
|
|
|
@ -51,8 +51,6 @@ using namespace com::sun::star::lang;
|
|||
using namespace com::sun::star::container;
|
||||
using rtl::OUString;
|
||||
|
||||
#define cChar rtl::OUString::createFromAscii(cChar)
|
||||
|
||||
SFX_IMPL_CHILDWINDOW( SvxRubyChildWindow, SID_RUBY_DIALOG );
|
||||
|
||||
static const sal_Char cRubyBaseText[] = "RubyBaseText";
|
||||
|
|
|
@ -64,7 +64,6 @@ using namespace com::sun::star::container;
|
|||
using namespace com::sun::star::style;
|
||||
using rtl::OUString;
|
||||
|
||||
#define cChar OUString::createFromAscii(cChar)
|
||||
#define NUM_PAGETYPE_BULLET 0
|
||||
#define NUM_PAGETYPE_SINGLENUM 1
|
||||
#define NUM_PAGETYPE_NUM 2
|
||||
|
|
|
@ -48,8 +48,6 @@ using namespace com::sun::star;
|
|||
using namespace com::sun::star::uno;
|
||||
using namespace com::sun::star::i18n;
|
||||
|
||||
#define cChar rtl::OUString::createFromAscii(cChar)
|
||||
|
||||
|
||||
SmartTagMgr::SmartTagMgr( const rtl::OUString& rApplicationName )
|
||||
: maApplicationName( rApplicationName ),
|
||||
|
|
|
@ -47,8 +47,6 @@ using namespace ::com::sun::star::drawing;
|
|||
using namespace ::com::sun::star::table;
|
||||
using namespace ::com::sun::star::container;
|
||||
|
||||
#define x OUString(RTL_CONSTASCII_USTRINGPARAM(x))
|
||||
|
||||
namespace accessibility
|
||||
{
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@ using namespace ::com::sun::star;
|
|||
#define SERVICE_IMPLEMENTATION_NAME ::rtl::OUString("com.sun.star.comp.linguistic2.ChineseTranslationDialog")
|
||||
#define SERVICE_NAME ::rtl::OUString("com.sun.star.linguistic2.ChineseTranslationDialog")
|
||||
|
||||
#define cChar rtl::OUString::createFromAscii(cChar)
|
||||
|
||||
ChineseTranslation_UnoDialog::ChineseTranslation_UnoDialog( const uno::Reference< uno::XComponentContext >& xContext )
|
||||
: m_xCC( xContext )
|
||||
, m_xParentWindow( 0 )
|
||||
|
|
Loading…
Reference in a new issue