Kaydet (Commit) b052e177 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringcopy: unotools

Change-Id: Id7560e7b0c0aa2ad48d022198d0681e50f47cd3b
üst 057db51c
...@@ -32,7 +32,7 @@ using namespace utl; ...@@ -32,7 +32,7 @@ using namespace utl;
using namespace com::sun::star::beans; using namespace com::sun::star::beans;
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
#define CFG_FILENAME OUString( "Office.OptionsDialog" ) #define CFG_FILENAME "Office.OptionsDialog"
#define ROOT_NODE "OptionsDialogGroups" #define ROOT_NODE "OptionsDialogGroups"
#define PAGES_NODE "Pages" #define PAGES_NODE "Pages"
#define OPTIONS_NODE "Options" #define OPTIONS_NODE "Options"
...@@ -80,7 +80,7 @@ namespace ...@@ -80,7 +80,7 @@ namespace
} }
SvtOptionsDlgOptions_Impl::SvtOptionsDlgOptions_Impl() SvtOptionsDlgOptions_Impl::SvtOptionsDlgOptions_Impl()
: ConfigItem( OUString( CFG_FILENAME ) ), : ConfigItem( CFG_FILENAME ),
m_sPathDelimiter( "/" ), m_sPathDelimiter( "/" ),
m_aOptionNodeList( OptionNodeList() ) m_aOptionNodeList( OptionNodeList() )
......
...@@ -126,7 +126,7 @@ OUString SAL_CALL OTempFileService::getUri() ...@@ -126,7 +126,7 @@ OUString SAL_CALL OTempFileService::getUri()
throw css::uno::RuntimeException(); throw css::uno::RuntimeException();
} }
return OUString( mpTempFile->GetURL() ); return mpTempFile->GetURL();
}; };
OUString SAL_CALL OTempFileService::getResourceName() OUString SAL_CALL OTempFileService::getResourceName()
...@@ -138,7 +138,7 @@ OUString SAL_CALL OTempFileService::getResourceName() ...@@ -138,7 +138,7 @@ OUString SAL_CALL OTempFileService::getResourceName()
throw css::uno::RuntimeException(); throw css::uno::RuntimeException();
} }
return OUString( mpTempFile->GetFileName() ); return mpTempFile->GetFileName();
}; };
// XInputStream // XInputStream
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment