From 6154e1b4e9c39adac57b0131ceee3a6d2be86fa9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Dec 2012 09:04:43 +0000 Subject: split out description info page and convert to .ui Change-Id: I502a51018f7281c9e4bc42d6f9ae76e6cd6a3d86 --- svtools/inc/svtools/svmedit.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'svtools') diff --git a/svtools/inc/svtools/svmedit.hxx b/svtools/inc/svtools/svmedit.hxx index 0f75cfe03dfc..e6e4f0bbd8cb 100644 --- a/svtools/inc/svtools/svmedit.hxx +++ b/svtools/inc/svtools/svmedit.hxx @@ -31,12 +31,10 @@ class SVT_DLLPUBLIC MultiLineEdit : public VclMultiLineEdit { public: - MultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER ); - MultiLineEdit( Window* pParent, const ResId& rResId ); - ~MultiLineEdit(){}; + MultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER ); + MultiLineEdit( Window* pParent, const ResId& rResId ); - virtual - ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > + virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > GetComponentInterface(sal_Bool bCreate = sal_True); }; -- cgit