summaryrefslogtreecommitdiff
path: root/include/sfx2/styledlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/styledlg.hxx')
-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