summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/inc/dlgpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/dlgpage.hxx')
-rw-r--r--reportdesign/source/ui/inc/dlgpage.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/reportdesign/source/ui/inc/dlgpage.hxx b/reportdesign/source/ui/inc/dlgpage.hxx
index 49d82cf32502..5bebf0958945 100644
--- a/reportdesign/source/ui/inc/dlgpage.hxx
+++ b/reportdesign/source/ui/inc/dlgpage.hxx
@@ -28,17 +28,16 @@ namespace rptui
|* Page setup tab dialog
|*
\************************************************************************/
-class ORptPageDialog : public SfxTabDialog
+class ORptPageDialog : public SfxTabDialogController
{
private:
ORptPageDialog(const ORptPageDialog&) = delete;
void operator =(const ORptPageDialog&) = delete;
- sal_uInt16 m_nCharBgdId;
public:
- ORptPageDialog(vcl::Window* pParent, const SfxItemSet* pAttr, const OUString &rDialog);
- virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
+ ORptPageDialog(weld::Window* pParent, const SfxItemSet* pAttr, const OUString &rDialog);
+ virtual void PageCreated(const OString& rId, SfxTabPage &rPage) override;
};
} // namespace rptui