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 | 224722bbb5e0a3232fb8dc904407aae2cb1875ae (patch) | |
tree | 8b10b0fd926c4f1ea8dd2ac9cc2e4449b2935663 /sfx2 | |
parent | 4c7473e27787d15c32749b65e9ad742b51658ac2 (diff) |
callcatcher: remove unused non-class level methods
Diffstat (limited to 'sfx2')
-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 6018c705a6..b1aa1ef988 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] |