summaryrefslogtreecommitdiffstats
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-03 19:39:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-03 22:44:08 +0200
commita9102a1c637272d88ef542d37b871bd9278cacb7 (patch)
treec8396740a53e5262f1937917fea008098d853d00 /include/sfx2
parentvcl: simplify graphic type detection for EPS files (diff)
downloadcore-a9102a1c637272d88ef542d37b871bd9278cacb7.tar.gz
core-a9102a1c637272d88ef542d37b871bd9278cacb7.zip
explicitly pass SfxStyleFamily to GenerateUnusedName
Change-Id: I7879578383d58cb65441c9049e91e33bb4827afb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93353 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/styledlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/styledlg.hxx b/include/sfx2/styledlg.hxx
index eb91875c5702..6fd7afde1f85 100644
--- a/include/sfx2/styledlg.hxx
+++ b/include/sfx2/styledlg.hxx
@@ -25,6 +25,7 @@
class SfxStyleSheetBase;
class SfxStyleSheetBasePool;
+enum class SfxStyleFamily;
class SFX2_DLLPUBLIC SfxStyleDialogController : public SfxTabDialogController
{
@@ -43,7 +44,7 @@ public:
virtual short Ok() override;
- static OUString GenerateUnusedName(SfxStyleSheetBasePool &rPool);
+ static OUString GenerateUnusedName(SfxStyleSheetBasePool &rPool, SfxStyleFamily eFam);
};
#endif