diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 17:56:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-20 09:03:10 +0200 |
commit | 64dba0693e1200518d378faa02d828605c196a82 (patch) | |
tree | a1c7ee59f601fa484c924794f1ff5100e89edf02 /cui | |
parent | 6c703220ff3d7c3931ec324143342b03858c8eea (diff) |
Fix typo in code
Change-Id: Iebaf6a6d31a9819494205f7c838b78bcda1f7c52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101007
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/factory/dlgfact.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx index f3306065f959..f7e2ffc31b90 100644 --- a/cui/source/factory/dlgfact.hxx +++ b/cui/source/factory/dlgfact.hxx @@ -803,10 +803,10 @@ public: virtual VclPtr<AbstractSvxDistributeDialog> CreateSvxDistributeDialog(weld::Window* pParent, const SfxItemSet& rAttr) override; virtual VclPtr<SfxAbstractInsertObjectDialog> - CreateInsertObjectDialog(weld::Window* pParent, const OUString& rCommmand, + CreateInsertObjectDialog(weld::Window* pParent, const OUString& rCommand, const css::uno::Reference < css::embed::XStorage >& xStor, const SvObjectServerList* pList ) override; - virtual VclPtr<VclAbstractDialog> CreateEditObjectDialog(weld::Window* pParent, const OUString& rCommmand, + virtual VclPtr<VclAbstractDialog> CreateEditObjectDialog(weld::Window* pParent, const OUString& rCommand, const css::uno::Reference < css::embed::XEmbeddedObject >& xObj ) override; virtual VclPtr<SfxAbstractPasteDialog> CreatePasteDialog(weld::Window* pParent) override; virtual VclPtr<SfxAbstractLinksDialog> CreateLinksDialog(weld::Window* pParent, sfx2::LinkManager* pMgr, bool bHTML = false, sfx2::SvBaseLink* p=nullptr) override; |