diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-09 09:14:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-09 09:24:26 +0100 |
commit | 17664f377bf499cfa3438c95bbf5ac16ec7d8674 (patch) | |
tree | 22fb5a3887a72fcf520a5d4ba8bba99cda613f83 /sw/source/ui/inc/wrap.hxx | |
parent | 24de9f9a55b5b73a1c7bb863e4487d6349142cfc (diff) |
convert wrap dialog to .ui
Change-Id: I453c7d50dad00f510770c425629594f1c197fdef
Diffstat (limited to 'sw/source/ui/inc/wrap.hxx')
-rw-r--r-- | sw/source/ui/inc/wrap.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/ui/inc/wrap.hxx b/sw/source/ui/inc/wrap.hxx index 7190ab9acc77..96223fbe7a4d 100644 --- a/sw/source/ui/inc/wrap.hxx +++ b/sw/source/ui/inc/wrap.hxx @@ -29,15 +29,14 @@ class Window; class SfxItemSet; class SwWrtShell; -class SwWrapDlg : public SfxNoLayoutSingleTabDialog +class SwWrapDlg : public SfxSingleTabDialog { SwWrtShell* pWrtShell; public: - SwWrapDlg(Window* pParent, SfxItemSet& rSet, SwWrtShell* pSh, sal_Bool bDrawMode); - ~SwWrapDlg(); + SwWrapDlg(Window* pParent, SfxItemSet& rSet, SwWrtShell* pSh, bool bDrawMode); - inline SwWrtShell* GetWrtShell() { return pWrtShell; } + SwWrtShell* GetWrtShell() { return pWrtShell; } }; |