summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/titlepage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/titlepage.hxx')
-rw-r--r--sw/source/uibase/inc/titlepage.hxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/titlepage.hxx b/sw/source/uibase/inc/titlepage.hxx
index 2679c00176ec..d3e655eae426 100644
--- a/sw/source/uibase/inc/titlepage.hxx
+++ b/sw/source/uibase/inc/titlepage.hxx
@@ -14,20 +14,23 @@
#include <fmtpdsc.hxx>
-namespace vcl { class Window; }
+namespace vcl
+{
+class Window;
+}
class SwWrtShell;
class SwPageDesc;
class SwTitlePageDlg : public SfxDialogController
{
private:
- SwWrtShell *mpSh;
+ SwWrtShell* mpSh;
std::unique_ptr<const SwFormatPageDesc> mpPageFormatDesc;
- SwPageDesc *mpTitleDesc;
- const SwPageDesc *mpIndexDesc;
- const SwPageDesc *mpNormalDesc;
+ SwPageDesc* mpTitleDesc;
+ const SwPageDesc* mpIndexDesc;
+ const SwPageDesc* mpNormalDesc;
std::unique_ptr<weld::RadioButton> m_xUseExistingPagesRB;
std::unique_ptr<weld::SpinButton> m_xPageCountNF;
@@ -52,8 +55,9 @@ private:
DECL_LINK(SetPageNumberHdl, weld::ToggleButton&, void);
DECL_LINK(ValueChangeHdl, weld::SpinButton&, void);
DECL_LINK(StartPageHdl, weld::ToggleButton&, void);
+
public:
- SwTitlePageDlg(weld::Window *pParent);
+ SwTitlePageDlg(weld::Window* pParent);
virtual ~SwTitlePageDlg() override;
};