summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/chrdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/chrdlg.hxx')
-rw-r--r--sw/source/uibase/inc/chrdlg.hxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/sw/source/uibase/inc/chrdlg.hxx b/sw/source/uibase/inc/chrdlg.hxx
index 0f8ec43d9296..808c60d5de6b 100644
--- a/sw/source/uibase/inc/chrdlg.hxx
+++ b/sw/source/uibase/inc/chrdlg.hxx
@@ -31,26 +31,18 @@
class SwView;
class SvxMacroItem;
-class SwCharDlg: public SfxTabDialog
+class SwCharDlg : public SfxTabDialogController
{
SwView& m_rView;
SwCharDlgMode m_nDialogMode;
- sal_uInt16 m_nCharStdId;
- sal_uInt16 m_nCharExtId;
- sal_uInt16 m_nCharPosId;
- sal_uInt16 m_nCharTwoId;
- sal_uInt16 m_nCharUrlId;
- sal_uInt16 m_nCharBgdId;
- sal_uInt16 m_nCharBrdId;
-
public:
- SwCharDlg(vcl::Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet,
+ SwCharDlg(weld::Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet,
SwCharDlgMode nDialogMode, const OUString* pFormatStr);
virtual ~SwCharDlg() override;
- virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
+ virtual void PageCreated(const OString& rId, SfxTabPage &rPage) override;
};
class SwCharURLPage : public SfxTabPage