summaryrefslogtreecommitdiff
path: root/editeng
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 /editeng
parent695dca68537e56e66657a43667793af5eb4b6695 (diff)
unusedcode.easy: remove unused code
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editeng/unoviwou.hxx4
-rw-r--r--editeng/source/uno/unoviwou.cxx5
2 files changed, 0 insertions, 9 deletions
diff --git a/editeng/inc/editeng/unoviwou.hxx b/editeng/inc/editeng/unoviwou.hxx
index 6c54f9009460..61a4094bd582 100644
--- a/editeng/inc/editeng/unoviwou.hxx
+++ b/editeng/inc/editeng/unoviwou.hxx
@@ -59,10 +59,6 @@ public:
virtual sal_Bool Copy();
virtual sal_Bool Cut();
virtual sal_Bool Paste();
-
- /// Set the top, left position of the underlying draw shape, to
- /// allow EditEngine offset calculations
- void SetShapePos( const Point& rShapePosTopLeft );
};
#endif
diff --git a/editeng/source/uno/unoviwou.cxx b/editeng/source/uno/unoviwou.cxx
index 3d9ddf0ea6fc..c4a38b0af7e7 100644
--- a/editeng/source/uno/unoviwou.cxx
+++ b/editeng/source/uno/unoviwou.cxx
@@ -163,9 +163,4 @@ sal_Bool SvxDrawOutlinerViewForwarder::Paste()
return sal_True;
}
-void SvxDrawOutlinerViewForwarder::SetShapePos( const Point& rShapePosTopLeft )
-{
- maTextShapeTopLeft = rShapePosTopLeft;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */