Kaydet (Commit) 5874231b authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Turn off debugging and silence compiler warning.

Change-Id: If2bfc9f346d7f2eee20caa30e1eb1f60d266ef90
üst 3a78c5b9
......@@ -28,7 +28,7 @@
#include <set>
#include <vector>
#define DEBUG_COLUMN_STORAGE 1
#define DEBUG_COLUMN_STORAGE 0
#if DEBUG_COLUMN_STORAGE
#ifdef NDEBUG
......
......@@ -1449,10 +1449,12 @@ sal_uInt8 ScColumn::GetScriptType( SCROW nRow ) const
return SC_SCRIPTTYPE_UNKNOWN;
}
void ScColumn::SetScriptType( SCROW nRow, sal_uInt8 nType )
void ScColumn::SetScriptType( SCROW nRow, sal_uInt8 /*nType*/ )
{
if (!ValidRow(nRow))
return;
// TODO: Implement this.
}
void ScColumn::FindDataAreaPos(SCROW& rRow, bool bDown) const
......
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