summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/swdlgfact.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-08-16 11:46:04 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-08-16 16:29:55 +0200
commit89d020bc5887077a2e5175bcaec7cd7e4c453305 (patch)
tree155d0079e6e0c2ccf0783f750a5c7e2b5aea7f17 /sw/source/ui/dialog/swdlgfact.hxx
parentf6cae6f1b661baafe8a1ac4655765ec49d56317d (diff)
itemset is always passed, so can use a reference
Change-Id: Id238066861ee21a9a69f40d1c136bd5b5bd0f804 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155735 Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sw/source/ui/dialog/swdlgfact.hxx')
-rw-r--r--sw/source/ui/dialog/swdlgfact.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/swdlgfact.hxx b/sw/source/ui/dialog/swdlgfact.hxx
index 8105a6fd4e33..2d7508ab51b5 100644
--- a/sw/source/ui/dialog/swdlgfact.hxx
+++ b/sw/source/ui/dialog/swdlgfact.hxx
@@ -820,7 +820,7 @@ public:
virtual VclPtr<SfxAbstractTabDialog> CreateOutlineTabDialog(weld::Window* pParent, const SfxItemSet* pSwItemSet,
SwWrtShell &) override;
virtual VclPtr<SfxAbstractTabDialog> CreateSvxNumBulletTabDialog(weld::Window* pParent,
- const SfxItemSet* pSwItemSet,
+ const SfxItemSet& rSwItemSet,
SwWrtShell &) override;
virtual VclPtr<AbstractMultiTOXTabDialog> CreateMultiTOXTabDialog(
weld::Widget* pParent, const SfxItemSet& rSet,