Kaydet (Commit) a2dd3fea authored tarafından Julien Nabet's avatar Julien Nabet

Add missing parenthesis

Like this since 29/06/2001 (5ef2de61)

Change-Id: Ic86d6ca473a8bdf8f4c6f216fb6dd20af4694911
üst 88fae025
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment