summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-24 03:33:36 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-24 05:33:53 +0100
commita3fccd27deeee38af5bb08c31e6317002a0e3e9e (patch)
tree6dbb5d57c846f83e86fb5a09a62dbc0643e012bb /svx/inc
parent695dca68537e56e66657a43667793af5eb4b6695 (diff)
unusedcode.easy: remove unused code
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/rulritem.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/inc/svx/rulritem.hxx b/svx/inc/svx/rulritem.hxx
index e1c4413218d5..b05896a8251c 100644
--- a/svx/inc/svx/rulritem.hxx
+++ b/svx/inc/svx/rulritem.hxx
@@ -235,7 +235,6 @@ public:
sal_Bool IsOrtho () const { return sal_False ; }
sal_Bool IsConsistent() const { return nActColumn < aColumns.size(); }
- long GetVisibleRight() const;// right visible edge of the current column
};
// class SvxObjectItem ---------------------------------------------------