You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2013/01/14 23:28:39 UTC

svn commit: r1433176 - /openoffice/trunk/main/ucb/source/ucp/file/bc.cxx

Author: pfg
Date: Mon Jan 14 22:28:21 2013
New Revision: 1433176

URL: http://svn.apache.org/viewvc?rev=1433176&view=rev
Log:
Fix old mismatch: found in LO by Julien Nabet but solved slightly differently.

Modified:
    openoffice/trunk/main/ucb/source/ucp/file/bc.cxx

Modified: openoffice/trunk/main/ucb/source/ucp/file/bc.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/bc.cxx?rev=1433176&r1=1433175&r2=1433176&view=diff
==============================================================================
--- openoffice/trunk/main/ucb/source/ucp/file/bc.cxx (original)
+++ openoffice/trunk/main/ucb/source/ucp/file/bc.cxx Mon Jan 14 22:28:21 2013
@@ -1186,7 +1186,7 @@ void SAL_CALL BaseContent::insert( sal_I
 
     // 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 );