diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-18 09:04:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-18 10:43:54 +0000 |
commit | 6154e1b4e9c39adac57b0131ceee3a6d2be86fa9 (patch) | |
tree | 2bee113ab3c2695ad77c4b7c9ef2ffe91dad33f8 /svtools | |
parent | 351b71edc0bb3076578dfcc4a32d349448e7c24c (diff) |
split out description info page and convert to .ui
Change-Id: I502a51018f7281c9e4bc42d6f9ae76e6cd6a3d86
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/svmedit.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
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); }; |