summaryrefslogtreecommitdiffstats
path: root/svl/source/misc/documentlockfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/documentlockfile.cxx')
-rw-r--r--svl/source/misc/documentlockfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/documentlockfile.cxx b/svl/source/misc/documentlockfile.cxx
index 3f142093417b..67b20b9ebcfa 100644
--- a/svl/source/misc/documentlockfile.cxx
+++ b/svl/source/misc/documentlockfile.cxx
@@ -120,7 +120,7 @@ bool DocumentLockFile::CreateOwnLockFile()
// try to let the file be hidden if possible
try {
- aTargetContent.setPropertyValue( OUString( "IsHidden" ), uno::makeAny( sal_True ) );
+ aTargetContent.setPropertyValue("IsHidden", uno::makeAny( sal_True ) );
} catch( uno::Exception& ) {}
}
catch( ucb::NameClashException& )