summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-02 17:44:05 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-02 18:43:44 +0200
commit2e40994558fe05b1ddd7df4a7b9ba772c10f127a (patch)
treefdfd260b8271375b907c19336f7b0efedd7eafbc /sd
parent21c82e9e6d7ea8bd1a4d89f79f1761fa37a549fe (diff)
WaE: unused function
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/view/SlsLayouter.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsLayouter.cxx b/sd/source/ui/slidesorter/view/SlsLayouter.cxx
index 274009f2c276..3543c3608dab 100644
--- a/sd/source/ui/slidesorter/view/SlsLayouter.cxx
+++ b/sd/source/ui/slidesorter/view/SlsLayouter.cxx
@@ -34,14 +34,6 @@
#include <rtl/math.hxx>
#include <basegfx/numeric/ftools.hxx>
-namespace {
- sal_Int32 RoundToInt (const double nValue)
- {
- return sal_Int32(::rtl::math::round(nValue));
- }
-}
-
-
namespace sd { namespace slidesorter { namespace view {
class Layouter::Implementation