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/source/ui/view | |
parent | 5d0051ac3733db9f04dd459db46212f70a9c07e9 (diff) |
there is no STR_VIEWSHELLBASE string
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r-- | sd/source/ui/view/ViewShellBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { } |