diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 21:17:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 21:17:14 +0100 |
commit | acc2e9d7197e75aa435fe71095e39910076e14e5 (patch) | |
tree | 5d6520812571a3a690bbef1bf2553bf47d348db8 /sfx2/source/dialog | |
parent | d80740fc9b457887ae6857969fa5fb828e12d278 (diff) |
callcatcher: remove unused non-class level methods
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/partwnd.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index 0b40f7c69b67..8146fb4763c1 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -166,11 +166,6 @@ SfxPartDockWnd_Impl::~SfxPartDockWnd_Impl() //**************************************************************************** -Rectangle impl_Rectangle_Struct2Object( const ::com::sun::star::awt::Rectangle& aRectangleStruct ) -{ - return Rectangle(aRectangleStruct.X,aRectangleStruct.Y,aRectangleStruct.Width,aRectangleStruct.Height); -} - void SfxPartDockWnd_Impl::Resize() /* [Description] |