summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/OutlineViewShellBase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/OutlineViewShellBase.cxx')
-rw-r--r--sd/source/ui/view/OutlineViewShellBase.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/OutlineViewShellBase.cxx b/sd/source/ui/view/OutlineViewShellBase.cxx
index 762219c88016..178661f00439 100644
--- a/sd/source/ui/view/OutlineViewShellBase.cxx
+++ b/sd/source/ui/view/OutlineViewShellBase.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -58,7 +58,7 @@ SfxViewShell* __EXPORT OutlineViewShellBase::CreateInstance (
return pBase;
}
void OutlineViewShellBase::RegisterFactory( USHORT nPrio )
-{
+{
pFactory = new SfxViewFactory(
&CreateInstance,&InitFactory,nPrio,SdResId(STR_DEFAULTVIEW));
InitFactory();
@@ -72,7 +72,7 @@ void OutlineViewShellBase::InitFactory()
OutlineViewShellBase::OutlineViewShellBase (
- SfxViewFrame* _pFrame,
+ SfxViewFrame* _pFrame,
SfxViewShell* pOldShell)
: ImpressViewShellBase (_pFrame, pOldShell)
{