summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-01 20:01:26 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-02 15:51:06 +0200
commit968428500501e247529ab998af0f8a1921782b0b (patch)
tree4e94e9418d20eed92e725c413242df8c87f7f54b /cui/source/inc
parent884a2cd39a7c0433a5bbbf4e83e2a9b16cdad71c (diff)
pAttr is always dereferenced, use a reference instead of a pointer
Change-Id: I76ebce9085b9e47a6c571ddbcafa44d0d3a0f97f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153850 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/sdrcelldlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/sdrcelldlg.hxx b/cui/source/inc/sdrcelldlg.hxx
index aac8d982b454..46f34c0dae28 100644
--- a/cui/source/inc/sdrcelldlg.hxx
+++ b/cui/source/inc/sdrcelldlg.hxx
@@ -38,7 +38,7 @@ private:
XPatternListRef mpPatternList;
public:
- SvxFormatCellsDialog(weld::Window* pParent, const SfxItemSet* pAttr, const SdrModel& rModel, bool bStyle);
+ SvxFormatCellsDialog(weld::Window* pParent, const SfxItemSet& rAttr, const SdrModel& rModel, bool bStyle);
virtual void PageCreated(const OUString& rId, SfxTabPage &rPage) override;