Kaydet (Commit) 7ae43cdd authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Turn off column debug and remove warnings.

Change-Id: Ic7dd79c1e420e87dcaff4126d60763ff8cbe9344
üst d6824709
......@@ -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
......
......@@ -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*/ )
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment