summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpbitmap.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-06 09:35:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-06 09:35:16 +0100
commit5de01333b62544c36702dab9e44764272794bc7f (patch)
tree2c33b3e973ac46bb4e76d58ca3d7d216db380fdc /cui/source/tabpages/tpbitmap.cxx
parent0167885e0ade1df2872b864a3bc99b22a186672a (diff)
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I52bdf6e2ee843e9cc08d0d4f1eb1bc6dcd15f10a
Diffstat (limited to 'cui/source/tabpages/tpbitmap.cxx')
-rw-r--r--cui/source/tabpages/tpbitmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx
index d9fc6138557f..000936a56ad3 100644
--- a/cui/source/tabpages/tpbitmap.cxx
+++ b/cui/source/tabpages/tpbitmap.cxx
@@ -891,7 +891,7 @@ IMPL_LINK_NOARG_TYPED(SvxBitmapTabPage, ClickSaveHdl_Impl, Button*, void)
aFile.Append( m_pBitmapList->GetName() );
if( aFile.getExtension().isEmpty() )
- aFile.SetExtension( OUString("sob") );
+ aFile.SetExtension( "sob" );
}
aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) );