summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 15:51:46 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 10:27:34 +0200
commit04539b9bba00d4cd1e4673fc1fab0fa1977d53cd (patch)
tree540dd9cfc90f58b9b1418647a23c715cc0fe5910 /svtools
parentd0edd3dc7d69d181f8452b8faf3863ddac542f9b (diff)
remove unused code Ruler::GetPageWidth()
Change-Id: I7a061b869a699771b321d7143559c5b9f48937c5
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ruler.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx
index 115eea59abe4..6fbea325da8e 100644
--- a/svtools/source/control/ruler.cxx
+++ b/svtools/source/control/ruler.cxx
@@ -2763,11 +2763,6 @@ long Ruler::GetPageOffset() const
return mpData->nPageOff;
}
-long Ruler::GetPageWidth() const
-{
- return mpData->nPageWidth;
-}
-
long Ruler::GetNullOffset() const
{
return mpData->nNullOff;