[Libreoffice-commits] .: 2 commits - binfilter/bf_sw

Thomas Arnhold tarnhold at kemper.freedesktop.org
Tue Mar 1 02:32:55 PST 2011


 binfilter/bf_sw/source/core/doc/sw_tblrwcl.cxx  |    2 +-
 binfilter/bf_sw/source/core/docnode/sw_node.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f38175eab8891ea88efe04629a95de656df8dade
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Mar 1 11:32:20 2011 +0100

    Fix build: Add missing semicolon

diff --git a/binfilter/bf_sw/source/core/doc/sw_tblrwcl.cxx b/binfilter/bf_sw/source/core/doc/sw_tblrwcl.cxx
index 864222c..3fbfcf6 100644
--- a/binfilter/bf_sw/source/core/doc/sw_tblrwcl.cxx
+++ b/binfilter/bf_sw/source/core/doc/sw_tblrwcl.cxx
@@ -112,7 +112,7 @@ void _CheckBoxWidth( const SwTableLine& rLine, SwTwips nSize )
                           ((SwRowFrm*)pFrm)->GetTabLine() == GetTabLines()[i] ) \
                      {                                               \
                          OSL_ENSURE( pFrm->GetUpper()->IsTabFrm(),       \
-                                 "Table layout does not match table structure" )       \
+                                 "Table layout does not match table structure" );       \
                      }                                               \
                  } while ( 0 != ( pLast = aIter++ ) );               \
              }                                                       \
commit fc30cca4f037cb5e09d95a8617ba41eacdc2bea5
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Mar 1 11:28:18 2011 +0100

    Fix build: Message should be quoted...

diff --git a/binfilter/bf_sw/source/core/docnode/sw_node.cxx b/binfilter/bf_sw/source/core/docnode/sw_node.cxx
index ad7486e..f7abf7f 100644
--- a/binfilter/bf_sw/source/core/docnode/sw_node.cxx
+++ b/binfilter/bf_sw/source/core/docnode/sw_node.cxx
@@ -624,7 +624,7 @@ using namespace ::com::sun::star::i18n;
 
 /*N*/ SwFmtColl *SwCntntNode::ChgFmtColl( SwFmtColl *pNewColl )
 /*N*/ {
-/*N*/ 	OSL_ENSURE( pNewColl, Collectionpointer ist 0. );
+/*N*/ 	OSL_ENSURE( pNewColl, "Collectionpointer ist 0." );
 /*N*/ 	SwFmtColl *pOldColl = GetFmtColl();
 /*N*/ 	if( pNewColl != pOldColl )
 /*N*/ 	{


More information about the Libreoffice-commits mailing list