diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-01 16:00:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-01 16:00:41 +0100 |
commit | 87087bab94c477485ebe85b955cb08d8281f0a10 (patch) | |
tree | 6b2669fe621aa2dd66c15617ed471dca34debbd5 /dtrans | |
parent | 49c8235944ee6d1b937177d8497924d13b07f0b8 (diff) |
loplugin:stringconstant
Change-Id: I8b7611d6fdc55fc8cd9551e129a2e03e58682229
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/clipb/wcbentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/clipb/wcbentry.cxx b/dtrans/source/win32/clipb/wcbentry.cxx index 60e506111485..fbc33cb85544 100644 --- a/dtrans/source/win32/clipb/wcbentry.cxx +++ b/dtrans/source/win32/clipb/wcbentry.cxx @@ -42,7 +42,7 @@ namespace Reference< XInterface > SAL_CALL createInstance( const Reference< XMultiServiceFactory >& rServiceManager ) { - return Reference< XInterface >( static_cast< XClipboard* >( new CWinClipboard( comphelper::getComponentContext(rServiceManager), OUString( "" ) ) ) ); + return Reference< XInterface >( static_cast< XClipboard* >( new CWinClipboard( comphelper::getComponentContext(rServiceManager), "" ) ) ); } } |