summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellBase.cxx
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-09-14 09:05:18 +0200
committerobo <obo@openoffice.org>2010-09-14 09:05:18 +0200
commit00a326249f7bb4e7ded9c743836d9d572d3a9d7f (patch)
tree6c46eaafe600e47753e38194031846ab48fd5598 /sd/source/ui/view/ViewShellBase.cxx
parent3e54226eae4a2a28f73ff0b836edb24db5189ffb (diff)
parente54a8a83b7d404a8ff6f2572adab9c19131bc32f (diff)
CWS-TOOLING: integrate CWS dba33i
Notes
Notes: split repo tag: impress_ooo/OOO330_m10 split repo tag: impress_ooo/OOO330_m11 split repo tag: impress_ooo/OOO330_m12 split repo tag: impress_ooo/OOO330_m13 split repo tag: impress_ooo/OOO330_m14 split repo tag: impress_ooo/OOO330_m15 split repo tag: impress_ooo/OOO330_m16 split repo tag: impress_ooo/OOO330_m17 split repo tag: impress_ooo/OOO330_m8 split repo tag: impress_ooo/OOO330_m9
Diffstat (limited to 'sd/source/ui/view/ViewShellBase.cxx')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 1e18ad5c5ee9..c748ffbc05e0 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -258,7 +258,7 @@ SfxViewShell* __EXPORT ViewShellBase::CreateInstance (
void ViewShellBase::RegisterFactory( USHORT nPrio )
{
pFactory = new SfxViewFactory(
- &CreateInstance,&InitFactory,nPrio,SdResId(STR_DEFAULTVIEW));
+ &CreateInstance,&InitFactory,nPrio,"Default");
InitFactory();
}
void ViewShellBase::InitFactory()