diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-24 03:33:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-24 05:33:53 +0100 |
commit | a3fccd27deeee38af5bb08c31e6317002a0e3e9e (patch) | |
tree | 6dbb5d57c846f83e86fb5a09a62dbc0643e012bb /editeng/source/uno/unoviwou.cxx | |
parent | 695dca68537e56e66657a43667793af5eb4b6695 (diff) |
unusedcode.easy: remove unused code
Diffstat (limited to 'editeng/source/uno/unoviwou.cxx')
-rw-r--r-- | editeng/source/uno/unoviwou.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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: */ |