summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-01-13 15:52:23 +0100
committerEike Rathke <erack@redhat.com>2013-01-14 14:59:27 +0100
commit12dd56b7aac28aa29ba0d89c008f3b87b63aa739 (patch)
tree7c744e7ebc3d9944b2ceb23ff0bfee469b523ba8
parent6ce6ddcc57b3ef7c643523e26b6caa69f5530178 (diff)
Add missing parenthesis
Like this since 29/06/2001 (5ef2de612d973bc747ff4a107e4e4c4ecb273429) Change-Id: Ic86d6ca473a8bdf8f4c6f216fb6dd20af4694911 (cherry picked from commit a2dd3feaea16a765956aecacdd6cc21ab5404a5b) Signed-off-by: Eike Rathke <erack@redhat.com>
-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 f6063cc67a21..a08e033e0314 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -1172,7 +1172,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 );