[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Mon Jul 1 20:28:45 PDT 2013
sc/source/core/data/column.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 74361c91782832f07d3ef9b76c765997648dbe52
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Mon Jul 1 23:30:00 2013 -0400
Unused variable.
Change-Id: I1df58281896687e61d40675206d0fc3854d93866
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 2a59e7e..8d3f625 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -474,7 +474,7 @@ class NumericCellCounter
public:
NumericCellCounter() : mnCount(0) {}
- void operator() (const sc::CellStoreType::value_type& rNode, size_t nOffset, size_t nDataSize)
+ void operator() (const sc::CellStoreType::value_type& rNode, size_t /*nOffset*/, size_t nDataSize)
{
if (rNode.type != sc::element_type_numeric)
return;
More information about the Libreoffice-commits
mailing list