summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/bc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx
index eba4595bea2e..8ea4a928b787 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -1181,7 +1181,7 @@ void SAL_CALL BaseContent::insert( sal_Int32 nMyCommandIdentifier,
// Inserts the content, which has the flag m_bIsFresh
- if( ! m_nState & NameForInsertionSet )
+ if( ! (m_nState & NameForInsertionSet) )
{
m_pMyShell->installError( nMyCommandIdentifier,
TASKHANDLING_NONAMESET_INSERT_COMMAND );