summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/content.cxx')
-rw-r--r--ucbhelper/source/client/content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index dd0397762f4e..ac8a418c83ac 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -956,7 +956,7 @@ bool Content::insertNewContent( const OUString& rContentType,
makeAny(
InsertCommandArgument(
rData.is() ? rData : new EmptyInputStream,
- sal_False /* ReplaceExisting */ ) ) );
+ false /* ReplaceExisting */ ) ) );
aNewContent.m_xImpl->inserted();
rNewContent = aNewContent;