summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrap.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-09 09:14:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-09 09:24:26 +0100
commit17664f377bf499cfa3438c95bbf5ac16ec7d8674 (patch)
tree22fb5a3887a72fcf520a5d4ba8bba99cda613f83 /sw/source/ui/inc/wrap.hxx
parent24de9f9a55b5b73a1c7bb863e4487d6349142cfc (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.hxx7
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; }
};