summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/ImpressViewShellBase.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-04-16 23:02:51 +0200
committerMathias Bauer <mba@openoffice.org>2010-04-16 23:02:51 +0200
commit0f77ea10ee512a4ccf3d2f6bc11f13cab40b60d6 (patch)
tree8f60f8f9d0cc852e38a93ad60c4c4e37d1538b86 /sd/source/ui/view/ImpressViewShellBase.cxx
parentCWS-TOOLING: integrate CWS sb116 (diff)
downloadcore-0f77ea10ee512a4ccf3d2f6bc11f13cab40b60d6.tar.gz
core-0f77ea10ee512a4ccf3d2f6bc11f13cab40b60d6.zip
CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; removed unused code; avoid delivering sfx.srs to solver
Diffstat (limited to 'sd/source/ui/view/ImpressViewShellBase.cxx')
-rw-r--r--sd/source/ui/view/ImpressViewShellBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/ImpressViewShellBase.cxx b/sd/source/ui/view/ImpressViewShellBase.cxx
index 7bd904a5e87b..5ad7ae17540e 100644
--- a/sd/source/ui/view/ImpressViewShellBase.cxx
+++ b/sd/source/ui/view/ImpressViewShellBase.cxx
@@ -65,7 +65,7 @@ SfxViewShell* __EXPORT ImpressViewShellBase::CreateInstance (
void ImpressViewShellBase::RegisterFactory( USHORT nPrio )
{
pFactory = new SfxViewFactory(
- &CreateInstance,&InitFactory,nPrio,SdResId(STR_DEFAULTVIEW));
+ &CreateInstance,&InitFactory,nPrio);
InitFactory();
}
void ImpressViewShellBase::InitFactory()