diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-11 22:05:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-11 22:05:26 +0200 |
commit | da38cd454a7d32b92dbdd1dd0abdce27c4ee2327 (patch) | |
tree | 34a21433936ec0fcfb103da39eca12acd49a2a0b /sfx2 | |
parent | bbdb00c8c57a72f9bc730d3f7aab8a4d4acc6308 (diff) |
Remove unused InterceptChildWindowKeyDown: further cleanup
Change-Id: I497b18aff8e571dd5f028325c16a7292f4f80692
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/sfxcommands.h | 2 | ||||
-rw-r--r-- | sfx2/inc/sfx2/sfxsids.hrc | 1 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 27 | ||||
-rw-r--r-- | sfx2/source/appl/appbas.cxx | 5 | ||||
-rw-r--r-- | sfx2/source/doc/doc.hrc | 1 | ||||
-rw-r--r-- | sfx2/source/doc/doc.src | 4 |
6 files changed, 0 insertions, 40 deletions
diff --git a/sfx2/inc/sfx2/sfxcommands.h b/sfx2/inc/sfx2/sfxcommands.h index 31109d5df0b2..ebb1da1c459d 100644 --- a/sfx2/inc/sfx2/sfxcommands.h +++ b/sfx2/inc/sfx2/sfxcommands.h @@ -257,8 +257,6 @@ #define CMD_SID_SHOWPOPUPS ".uno:ShowPopups" #define CMD_SID_BASICIDE_SHOWSBX ".uno:ShowSbx" #define CMD_SID_SOURCEVIEW ".uno:SourceView" -#define CMD_SID_STATUSBARTEXT ".uno:StatusBar" -#define CMD_SID_TOGGLESTATUSBAR ".uno:StatusBarVisible" #define CMD_SID_BASICIDE_STAT_DATE ".uno:StatusGetDate" #define CMD_SID_BASICIDE_STAT_POS ".uno:StatusGetPosition" #define CMD_SID_BASICIDE_STAT_TITLE ".uno:StatusGetTitle" diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc index 53fd3ee87b1c..c6a86f1322fc 100644 --- a/sfx2/inc/sfx2/sfxsids.hrc +++ b/sfx2/inc/sfx2/sfxsids.hrc @@ -486,7 +486,6 @@ #define SID_RESTOREWIN (SID_SFX_START + 635) #define SID_CAPTION (SID_SFX_START + 641) -#define SID_STATUSBARTEXT (SID_SFX_START + 642) // id for thesaurs entry in context menu #define SID_THES (SID_SFX_START + 698) diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 396fbb714528..e1dd418a1331 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -6084,33 +6084,6 @@ SfxBoolItem SourceView SID_SOURCEVIEW ] //-------------------------------------------------------------------------- -SfxStringItem StatusBar SID_STATUSBARTEXT - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; -] - -//-------------------------------------------------------------------------- SfxBoolItem StatusBarVisible SID_TOGGLESTATUSBAR [ diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx index 1e796328df31..cc34ae205cfa 100644 --- a/sfx2/source/appl/appbas.cxx +++ b/sfx2/source/appl/appbas.cxx @@ -248,11 +248,6 @@ void SfxApplication::PropExec_Impl( SfxRequest &rReq ) break; } - case SID_STATUSBARTEXT: - { - break; - } - case SID_OFFICE_PRIVATE_USE: case SID_OFFICE_COMMERCIAL_USE: { diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc index aca8a3a304fd..dbff52d422df 100644 --- a/sfx2/source/doc/doc.hrc +++ b/sfx2/source/doc/doc.hrc @@ -101,7 +101,6 @@ #define RID_STR_WARNSTYLEOVERWRITE (RID_SFX_DOC_START+ 54) #define RID_DLSTATUS (RID_SFX_DOC_START+ 55) -#define STR_DOC_LOADING (RID_SFX_DOC_START+ 57) #define MSG_OPEN_READONLY (RID_SFX_DOC_START+ 58) #define RID_OFFICEFILTER (RID_SFX_DOC_START+ 59) diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src index 4d99ae12cc2d..0222868be338 100644 --- a/sfx2/source/doc/doc.src +++ b/sfx2/source/doc/doc.src @@ -229,10 +229,6 @@ String RID_STR_WARNSTYLEOVERWRITE { Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ; }; -String STR_DOC_LOADING -{ - Text [ en-US ] = "Loading Document" ; -}; Resource RID_DLSTATUS { String INET_NAME_RESOLVE_START |