summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/ImpressViewShellBase.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-04-07 09:02:24 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-04-07 09:02:24 -0300
commit29598e43c4f1262314274d341532a0143255634b (patch)
treeb206f3e375612b027e9974ff7a4e63d2a4bf636a /sd/source/ui/view/ImpressViewShellBase.cxx
parentMore refactoring at OUString explicit constructors in sd (diff)
downloadcore-29598e43c4f1262314274d341532a0143255634b.tar.gz
core-29598e43c4f1262314274d341532a0143255634b.zip
More OUString ctor simplifcations
remove more OUString explicit contructions (make C++ strings look like Strings)
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 030e32ba395b..eebc01af9c28 100644
--- a/sd/source/ui/view/ImpressViewShellBase.cxx
+++ b/sd/source/ui/view/ImpressViewShellBase.cxx
@@ -50,7 +50,7 @@ SfxViewShell* ImpressViewShellBase::CreateInstance (
SfxViewFrame *pFrame, SfxViewShell *pOldView)
{
ImpressViewShellBase* pBase = new ImpressViewShellBase(pFrame, pOldView);
- pBase->LateInit(::rtl::OUString());
+ pBase->LateInit("");
return pBase;
}
void ImpressViewShellBase::RegisterFactory( sal_uInt16 nPrio )