summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/SlideSorterViewShellBase.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/SlideSorterViewShellBase.cxx
parent3e54226eae4a2a28f73ff0b836edb24db5189ffb (diff)
parente54a8a83b7d404a8ff6f2572adab9c19131bc32f (diff)
CWS-TOOLING: integrate CWS dba33i
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/SlideSorterViewShellBase.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/view/SlideSorterViewShellBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/SlideSorterViewShellBase.cxx b/sd/source/ui/view/SlideSorterViewShellBase.cxx
index 466f699b1bb0..7944d2cf4b2e 100644..100755
--- a/sd/source/ui/view/SlideSorterViewShellBase.cxx
+++ b/sd/source/ui/view/SlideSorterViewShellBase.cxx
@@ -64,7 +64,7 @@ SfxViewShell* __EXPORT SlideSorterViewShellBase::CreateInstance (
void SlideSorterViewShellBase::RegisterFactory( USHORT nPrio )
{
pFactory = new SfxViewFactory(
- &CreateInstance,&InitFactory,nPrio,SdResId(STR_DEFAULTVIEW));
+ &CreateInstance,&InitFactory,nPrio,"SlideSorter");
InitFactory();
}