[Libreoffice-commits] .: binfilter/bf_sw
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jun 7 07:26:47 PDT 2011
binfilter/bf_sw/source/core/layout/sw_fly.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f360503865a5df28471a8e8ec79a1cdbc58cccec
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jun 7 15:26:33 2011 +0100
WaE: used in debug-mode only
diff --git a/binfilter/bf_sw/source/core/layout/sw_fly.cxx b/binfilter/bf_sw/source/core/layout/sw_fly.cxx
index 7ef8410..5819acb 100644
--- a/binfilter/bf_sw/source/core/layout/sw_fly.cxx
+++ b/binfilter/bf_sw/source/core/layout/sw_fly.cxx
@@ -707,6 +707,7 @@ namespace binfilter {
/*N*/
/*N*/ OSL_ENSURE( rSz.Height() != 0 || rFrmSz.GetHeightPercent(), "Hoehe des RahmenAttr ist 0." );
/*N*/ OSL_ENSURE( rSz.Width() != 0 || rFrmSz.GetWidthPercent(), "Breite des RahmenAttr ist 0." );
+/*N*/ (void)rSz;
/*N*/
/*N*/ SWRECTFN( this )
/*N*/ if( !HasFixSize() )
More information about the Libreoffice-commits
mailing list