summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-14 21:17:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-14 21:17:14 +0100
commitacc2e9d7197e75aa435fe71095e39910076e14e5 (patch)
tree5d6520812571a3a690bbef1bf2553bf47d348db8 /sfx2/source/dialog
parentd80740fc9b457887ae6857969fa5fb828e12d278 (diff)
callcatcher: remove unused non-class level methods
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r--sfx2/source/dialog/partwnd.cxx5
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]