diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-06 22:43:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-07 11:06:45 +0000 |
commit | bbc6d8506d0bb1035c7c6d1755a0655612b54e69 (patch) | |
tree | 724a63f8622e5a69236400b0642d0423ca9b6f93 /svtools/inc | |
parent | 04f067623f342be50c31db8aafb29f1bb8e3959f (diff) |
remove various unused methods and source files
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/xwindowitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/xwindowitem.hxx b/svtools/inc/svtools/xwindowitem.hxx index ed4a4c6760b4..4d2ec12e9f2d 100644 --- a/svtools/inc/svtools/xwindowitem.hxx +++ b/svtools/inc/svtools/xwindowitem.hxx @@ -50,8 +50,6 @@ class SVT_DLLPUBLIC XWindowItem : public SfxPoolItem public: TYPEINFO(); XWindowItem(); - explicit XWindowItem( sal_uInt16 nWhich, Window * pWin ); - XWindowItem( sal_uInt16 nWhich, com::sun::star::uno::Reference< com::sun::star::awt::XWindow > & rxWin ); XWindowItem( const XWindowItem &rItem ); ~XWindowItem(); |