Kaydet (Commit) 41ff6e79 authored tarafından Takeshi Abe's avatar Takeshi Abe

removed unused code

üst b197bac7
......@@ -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 );
//====================================================================
......
......@@ -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);
//--------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment