Kaydet (Commit) e7207202 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

some fallout of slots.cfg removal

follow-up of a2bf9885

Change-Id: I450ae523ad3dd7642caab2de03cd3926bf1c1820
üst a1426ab2
......@@ -38,7 +38,6 @@
#define RID_STR_HELP (RID_SFX_APP_START+79)
#define RID_STR_NOAUTOSTARTHELPAGENT (RID_SFX_APP_START+80)
#define RID_HELPBAR (RID_SFX_APP_START+81)
#define RID_SPECIALCONFIG_ERROR (RID_SFX_APP_START+82)
#define CONFIG_PATH_START (RID_SFX_APP_START+98)
......
......@@ -331,11 +331,6 @@ String RID_ENVTOOLBOX
Text [ en-US ] = "Function Bar" ;
};
String RID_SPECIALCONFIG_ERROR
{
Text [ en-US ] = "An error has occurred in the special configuration.\nPlease contact your administrator." ;
};
String STR_QUICKSTART_EXIT
{
Text [ en-US ] = "Exit Quickstarter" ;
......
......@@ -93,7 +93,6 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* )
, pAppDispatch(NULL)
, pTemplates( 0 )
, pPool(0)
, pDisabledSlotList( 0 )
, pSaveOptions( 0 )
, pHelpOptions( 0 )
, pProgress(0)
......
......@@ -102,7 +102,6 @@ public:
// global pointers
SfxItemPool* pPool;
std::vector<sal_uInt16>* pDisabledSlotList;
SvtSaveOptions* pSaveOptions;
SvtHelpOptions* pHelpOptions;
......
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