summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-12 09:59:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-12 10:11:19 +0200
commited3a4fcc878e8f3ce720520d60448bc962da0754 (patch)
tree107d2e30caf6b88fb80fb6589bed1e50ae282771 /sw/inc/docstyle.hxx
parent5549160d97392d649bc3f7a490c161e77c1fd94a (diff)
convert GET_POOLID constants to scoped enum
Change-Id: Ifc54789d12d0b024ed28f13ec78b5c10afa902de
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r--sw/inc/docstyle.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index cd2cc841f1e2..dcbc55556fe7 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -38,6 +38,7 @@ class SwFrameFormat;
class SwNumRule;
class SwTableAutoFormat;
class SwBoxAutoFormat;
+enum class SwGetPoolIdFromName : sal_uInt16;
// Temporary StyleSheet.
class SW_DLLPUBLIC SwDocStyleSheet : public SfxStyleSheetBase
@@ -170,7 +171,7 @@ class SwStyleSheetIterator : public SfxStyleSheetIterator, public SfxListener
bool bUsed,
bool bTestHidden,
bool bOnlyHidden,
- sal_uInt16 nSection,
+ SwGetPoolIdFromName nSection,
char cType);
public: