diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-28 10:49:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-28 11:16:50 +0000 |
commit | 55c5ea43a59e505297fb6fa20b77aaa28f7c67bc (patch) | |
tree | 7b5e8dab80eebd55e55b2064004103b91769c3df /sd | |
parent | 5d0051ac3733db9f04dd459db46212f70a9c07e9 (diff) |
there is no STR_VIEWSHELLBASE string
Diffstat (limited to 'sd')
-rwxr-xr-x | sd/inc/glob.hrc | 1 | ||||
-rw-r--r-- | sd/source/ui/view/ViewShellBase.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc index 89b2b670adf9..4de2609a8eed 100755 --- a/sd/inc/glob.hrc +++ b/sd/inc/glob.hrc @@ -125,7 +125,6 @@ #define STR_SAVE_DOC RID_GLOB_START+100 #define STR_PREVIEWVIEWSHELL RID_GLOB_START+101 #define RID_SD_ERRHDL RID_GLOB_START+102 -#define STR_VIEWSHELLBASE RID_GLOB_START+103 #define STR_3DOBJECTBARSHELL RID_GLOB_START+104 #define STR_FONTWORKOBJECTBARSHELL RID_GLOB_START+105 #define STR_SLIDESORTERVIEWSHELL RID_GLOB_START+106 diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 3f7094df626e..94ed8ff2d3dd 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -261,7 +261,7 @@ void ViewShellBase::InitFactory() -SFX_IMPL_INTERFACE(ViewShellBase, SfxViewShell, SdResId(STR_VIEWSHELLBASE)) +SFX_IMPL_INTERFACE(ViewShellBase, SfxViewShell, SdResId(0)) { } |