[Libreoffice-commits] .: binfilter/bf_svx

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 11 12:56:03 PST 2011


 binfilter/bf_svx/source/dialog/makefile.mk     |    1 -
 binfilter/bf_svx/source/dialog/svx_dlgutil.cxx |    8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 90e4aa673513d067016636229f43c8bd3b91c66f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 11 20:55:52 2011 +0000

    WaE: this dir is warnings free now

diff --git a/binfilter/bf_svx/source/dialog/makefile.mk b/binfilter/bf_svx/source/dialog/makefile.mk
index c4253f3..97b024e 100644
--- a/binfilter/bf_svx/source/dialog/makefile.mk
+++ b/binfilter/bf_svx/source/dialog/makefile.mk
@@ -25,7 +25,6 @@
 #
 #*************************************************************************
 
-EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
 PRJ=..$/..$/..
 BFPRJ=..$/..
 
diff --git a/binfilter/bf_svx/source/dialog/svx_dlgutil.cxx b/binfilter/bf_svx/source/dialog/svx_dlgutil.cxx
index fd8903c..a115ae5 100644
--- a/binfilter/bf_svx/source/dialog/svx_dlgutil.cxx
+++ b/binfilter/bf_svx/source/dialog/svx_dlgutil.cxx
@@ -35,8 +35,8 @@
 #include "dlgutil.hxx"
 namespace binfilter {
 
-/*N*/ FieldUnit GetModuleFieldUnit( const SfxItemSet* pSet )
-/*N*/ {DBG_BF_ASSERT(0, "STRIP"); //STRIP001 
+/*N*/ FieldUnit GetModuleFieldUnit( const SfxItemSet* /*pSet*/ )
+/*N*/ {DBG_BF_ASSERT(0, "STRIP");
 /*N*/ 	FieldUnit eUnit = FUNIT_INCH;
 /*N*/ 	return eUnit;
 /*N*/ }
@@ -75,9 +75,9 @@ namespace binfilter {
 
 // -----------------------------------------------------------------------
 
-/*?*/ long ItemToControl( long nIn, SfxMapUnit eItem, SfxFieldUnit eCtrl )
+/*?*/ long ItemToControl( long, SfxMapUnit, SfxFieldUnit )
 /*?*/ {
-/*?*/ DBG_BF_ASSERT(0, "STRIP"); return 0;//STRIP001 //STRIP001 	long nOut = 0;
+/*?*/ DBG_BF_ASSERT(0, "STRIP"); return 0;
 /*?*/ }
 
 // -----------------------------------------------------------------------


More information about the Libreoffice-commits mailing list