[Libreoffice-commits] .: binfilter/bf_sc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Sep 30 12:48:33 PDT 2011


 binfilter/bf_sc/source/core/tool/sc_token.cxx    |    2 +-
 binfilter/bf_sc/source/ui/unoobj/sc_cellsuno.cxx |   16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit db7e0234234985b9ecbc89f6fdf3d55178e562e8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Sep 30 21:48:24 2011 +0200

    Some more warning cleanup.

diff --git a/binfilter/bf_sc/source/core/tool/sc_token.cxx b/binfilter/bf_sc/source/core/tool/sc_token.cxx
index 00f5323..e3f2d88 100644
--- a/binfilter/bf_sc/source/core/tool/sc_token.cxx
+++ b/binfilter/bf_sc/source/core/tool/sc_token.cxx
@@ -572,7 +572,7 @@ USHORT lcl_ScRawTokenOffset()
 
 /*N*/  ScToken* ScFAPToken::GetFAPOrigToken() const            { return pOrigToken; }
 
-BOOL ScFAPToken::operator==( const ScToken& r ) const
+BOOL ScFAPToken::operator==( const ScToken& ) const
 {
     DBG_BF_ASSERT(0, "STRIP");  // VIRTUAL
     return FALSE;
diff --git a/binfilter/bf_sc/source/ui/unoobj/sc_cellsuno.cxx b/binfilter/bf_sc/source/ui/unoobj/sc_cellsuno.cxx
index 8e829f8..a5f7bb4 100644
--- a/binfilter/bf_sc/source/ui/unoobj/sc_cellsuno.cxx
+++ b/binfilter/bf_sc/source/ui/unoobj/sc_cellsuno.cxx
@@ -6910,21 +6910,21 @@ void SAL_CALL ScTableSheetObj::clearArrows() throw(uno::RuntimeException)
 
 // XSheetOutline
 
-void SAL_CALL ScTableSheetObj::group( const table::CellRangeAddress& rRange,
-                                        table::TableOrientation nOrientation )
+void SAL_CALL ScTableSheetObj::group( const table::CellRangeAddress&,
+                                        table::TableOrientation )
                                     throw(uno::RuntimeException)
 {
     DBG_BF_ASSERT(0, "STRIP");
 }
 
-void SAL_CALL ScTableSheetObj::ungroup( const table::CellRangeAddress& rRange,
-                                        table::TableOrientation nOrientation )
+void SAL_CALL ScTableSheetObj::ungroup( const table::CellRangeAddress&,
+                                        table::TableOrientation )
                                     throw(uno::RuntimeException)
 {
     DBG_BF_ASSERT(0, "STRIP");
 }
 
-void SAL_CALL ScTableSheetObj::autoOutline( const table::CellRangeAddress& rRange )
+void SAL_CALL ScTableSheetObj::autoOutline( const table::CellRangeAddress& )
                                     throw(uno::RuntimeException)
 {
     DBG_BF_ASSERT(0, "STRIP");
@@ -6935,19 +6935,19 @@ void SAL_CALL ScTableSheetObj::clearOutline() throw(uno::RuntimeException)
     DBG_BF_ASSERT(0, "STRIP");
 }
 
-void SAL_CALL ScTableSheetObj::hideDetail( const table::CellRangeAddress& rRange )
+void SAL_CALL ScTableSheetObj::hideDetail( const table::CellRangeAddress& )
                                             throw(uno::RuntimeException)
 {
     DBG_BF_ASSERT(0, "STRIP");
 }
 
-void SAL_CALL ScTableSheetObj::showDetail( const table::CellRangeAddress& rRange )
+void SAL_CALL ScTableSheetObj::showDetail( const table::CellRangeAddress& )
                                             throw(uno::RuntimeException)
 {
     DBG_BF_ASSERT(0, "STRIP");
 }
 
-void SAL_CALL ScTableSheetObj::showLevel( sal_Int16 nLevel, table::TableOrientation nOrientation )
+void SAL_CALL ScTableSheetObj::showLevel( sal_Int16, table::TableOrientation )
                                             throw(uno::RuntimeException)
 {
     DBG_BF_ASSERT(0, "STRIP");


More information about the Libreoffice-commits mailing list