diff options
Diffstat (limited to 'include/svx/svxdlg.hxx')
-rw-r--r-- | include/svx/svxdlg.hxx | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 23e506de90b6..3c38f7050886 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -438,14 +438,13 @@ public: virtual VclPtr<SfxAbstractDialog> CreateSfxDialog( vcl::Window* pParent, const SfxItemSet& rAttr, const SdrView* pView, - sal_uInt32 nResId - )=0; - virtual VclPtr<SfxAbstractDialog> CreateSfxDialog( vcl::Window* pParent, + sal_uInt32 nResId )=0; + virtual VclPtr<SfxAbstractDialog> CreateCharMapDialog( vcl::Window* pParent, + const SfxItemSet& rAttr, + bool bInsert )=0; + virtual VclPtr<SfxAbstractDialog> CreateEventConfigDialog( vcl::Window* pParent, const SfxItemSet& rAttr, - const css::uno::Reference< css::frame::XFrame >& _rxFrame, - sal_uInt32 nResId, - bool bInsert - )=0; + const css::uno::Reference< css::frame::XFrame >& _rxFrame )=0; virtual VclPtr<AbstractSvxPostItDialog> CreateSvxPostItDialog( vcl::Window* pParent, const SfxItemSet& rCoreSet, bool bPrevNext = false) = 0; |