diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-11-14 11:20:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-11-15 08:28:18 +0900 |
commit | 41ff6e79cead74ebe1a766020a07dce9125dd4ff (patch) | |
tree | 45b811abd523e68f273c1028b99ff3d5e200c1c3 /sfx2 | |
parent | b197bac71a6111c3d024f5a3ee7863b833396689 (diff) |
removed unused code
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appinit.cxx | 7 | ||||
-rw-r--r-- | sfx2/source/appl/appmain.cxx | 19 |
2 files changed, 0 insertions, 26 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index 6c5f7d50bc7e..5d97a99355f0 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -81,10 +81,6 @@ #include "sfxpicklist.hxx" #include <tools/svlibrary.hxx> -#ifdef UNX -#define stricmp(a,b) strcmp(a,b) -#endif - using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; using namespace ::com::sun::star::lang; @@ -184,9 +180,6 @@ Sequence< ::rtl::OUString > SAL_CALL SfxTerminateListener_Impl::getSupportedServ //==================================================================== -#define DOSTRING( x ) #x -#define STRING( x ) DOSTRING( x ) - typedef bool ( *PFunc_getSpecialCharsForEdit)( Window* i_pParent, const Font& i_rFont, String& o_rOutString ); //==================================================================== diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index c249a3a8b58b..7c0b6fc90b5e 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -61,13 +61,6 @@ #include <sfx2/docfile.hxx> #include "workwin.hxx" -#ifdef UNX -#define stricmp(a,b) strcmp(a,b) -#endif - - -//=================================================================== - DBG_NAME(SfxAppMainNewMenu) DBG_NAME(SfxAppMainBmkMenu) DBG_NAME(SfxAppMainWizMenu) @@ -76,18 +69,6 @@ DBG_NAME(SfxAppMainCHAOSReg) //=================================================================== -#define SFX_TEMPNAMEBASE_DIR "soffice.tmp" -#define SFX_KEY_TEMPNAMEBASE "Temp-Dir" - -//=================================================================== - -static SfxItemInfo const aItemInfos[] = -{ - { 0, 0 } -}; - -//=================================================================== - TYPEINIT2(SfxApplication,SfxShell,SfxBroadcaster); //-------------------------------------------------------------------- |