summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-03 23:28:14 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-04 01:05:47 +0300
commit65d8b8a39c296684a02722e2910aa744b205d74a (patch)
tree146463d27dc325ce61a36a9015743e43a2a5ae2d /sc
parent504f30621c4fc4a1447c0b25caf19027ac04b310 (diff)
WaE: unused function
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/dpgroup.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/core/data/dpgroup.cxx b/sc/source/core/data/dpgroup.cxx
index a129feccce7c..a0bb5d9c5ad3 100644
--- a/sc/source/core/data/dpgroup.cxx
+++ b/sc/source/core/data/dpgroup.cxx
@@ -68,15 +68,6 @@ using ::boost::shared_ptr;
const sal_uInt16 SC_DP_LEAPYEAR = 1648; // arbitrary leap year for date calculations
-namespace {
-
-inline bool IsInteger( double fValue )
-{
- return rtl::math::approxEqual( fValue, rtl::math::approxFloor(fValue) );
-}
-
-}
-
class ScDPGroupNumFilter : public ScDPCacheTable::FilterBase
{
public: