[Libreoffice-commits] .: binfilter/bf_sc binfilter/inc

Caolán McNamara caolan at kemper.freedesktop.org
Tue Oct 4 02:46:02 PDT 2011


 binfilter/bf_sc/source/core/data/sc_table1.cxx |    2 +-
 binfilter/inc/bf_sc/stlpool.hxx                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ef7777cf85f637bcd7568cacbf6b3ca3c468568d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Oct 4 10:45:55 2011 +0100

    WaE: unused parameters

diff --git a/binfilter/bf_sc/source/core/data/sc_table1.cxx b/binfilter/bf_sc/source/core/data/sc_table1.cxx
index adc9fa4..9e1fb48 100644
--- a/binfilter/bf_sc/source/core/data/sc_table1.cxx
+++ b/binfilter/bf_sc/source/core/data/sc_table1.cxx
@@ -502,7 +502,7 @@ extern BOOL bIsOlk, bOderSo;
 
 /*N*/ void ScTable::UpdateReference( UpdateRefMode eUpdateRefMode, USHORT nCol1, USHORT nRow1, USHORT nTab1,
 /*N*/                    USHORT nCol2, USHORT nRow2, USHORT nTab2, short nDx, short nDy, short nDz,
-/*N*/                    ScDocument* pUndoDoc, BOOL /*bIncludeDraw*/ )
+/*N*/                    ScDocument* /*pUndoDoc*/, BOOL /*bIncludeDraw*/ )
 /*N*/ {
 /*N*/   if ( nTab >= nTab1 && nTab <= nTab2 && nDz == 0 )       // print ranges: only within the table
 /*N*/   {
diff --git a/binfilter/inc/bf_sc/stlpool.hxx b/binfilter/inc/bf_sc/stlpool.hxx
index 6b35632..4754732 100644
--- a/binfilter/inc/bf_sc/stlpool.hxx
+++ b/binfilter/inc/bf_sc/stlpool.hxx
@@ -68,7 +68,7 @@ protected:
     virtual SfxStyleSheetBase* Create( const String&    rName,
                                        SfxStyleFamily   eFamily,
                                        USHORT           nMask);
-    virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& rStyle ) { return NULL; } // DBG_BF_ASSERT
+    virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& ) { return NULL; } // DBG_BF_ASSERT
 
 private:
     SfxStyleSheetBase*  pActualStyleSheet;


More information about the Libreoffice-commits mailing list