summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-05 15:03:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-05 15:03:27 +0200
commit11fe4810ad82eaeb50c164b33c4f908c8fc045f1 (patch)
tree9391fe59e79154a8976341247897a15a14b1b482 /sfx2
parentdb0ac3d2cb52be60b850fb522f697c970eaf51bd (diff)
loplugin:stringconstant
Change-Id: I67ae937470f84ac1d62016d102083b55220dc128
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 553a3d042ae1..5843f5ab3f57 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -994,7 +994,7 @@ void SfxMedium::LockOrigFileOnDemand( bool bLoading, bool bNoUI )
// when activating the lock.
// See http://tools.ietf.org/html/rfc4918#section-14.17 for details
LockFileEntry aLockData;
- aLockData[LockFileComponent::OOOUSERNAME] = OUString("Unknown user");
+ aLockData[LockFileComponent::OOOUSERNAME] = "Unknown user";
uno::Sequence< ::com::sun::star::ucb::Lock > aLocks;
if( aContentToLock.getPropertyValue( "DAV:lockdiscovery" ) >>= aLocks )