diff options
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; } }; |