sc/inc/mtvelements.hxx | 2 +- sc/source/core/data/column2.cxx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 1ebf50a6fc3f444fe04ff53dc7eb68090821d640 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Thu Jun 27 15:38:34 2013 -0400 Turn off column debug and remove warnings. Change-Id: Ic7dd79c1e420e87dcaff4126d60763ff8cbe9344 diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx index 2c58997..0ebf8be 100644 --- a/sc/inc/mtvelements.hxx +++ b/sc/inc/mtvelements.hxx @@ -15,7 +15,7 @@ #include "svl/broadcast.hxx" #include "editeng/editobj.hxx" -#define DEBUG_COLUMN_STORAGE 1 +#define DEBUG_COLUMN_STORAGE 0 #if DEBUG_COLUMN_STORAGE #ifdef NDEBUG diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index 7205672..3704c6d 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -1532,15 +1532,15 @@ void ScColumn::RegroupFormulaCells() { } -void ScColumn::RegroupFormulaCells( SCROW nRow ) +void ScColumn::RegroupFormulaCells( SCROW /*nRow*/ ) { } -void ScColumn::RegroupFormulaCells( SCROW nRow1, SCROW nRow2 ) +void ScColumn::RegroupFormulaCells( SCROW /*nRow1*/, SCROW /*nRow2*/ ) { } -void ScColumn::FormulaCellsUndecided( SCROW nRow1, SCROW nRow2 ) +void ScColumn::FormulaCellsUndecided( SCROW /*nRow1*/, SCROW /*nRow2*/ ) { } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits