diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-06 16:55:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-06 21:38:52 +0100 |
commit | 6e90bcdcd918a44f94f77098c54ed264a939c43c (patch) | |
tree | 4c1041ce6f85b73bfa6f8f95b1394b5961305b5a /include/svx | |
parent | 9d8dcec608dde63c68b34450a95a3b168121e289 (diff) |
disambiguate CreateSfxDialog
Change-Id: I6a02d7b197c3cc31a4c9b2eec3d5bd786544df3c
Reviewed-on: https://gerrit.libreoffice.org/50837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-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; |