summaryrefslogtreecommitdiff
path: root/sw/inc/chpfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r--sw/inc/chpfld.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx
index eb0b6c0ee17b..1b85246fba11 100644
--- a/sw/inc/chpfld.hxx
+++ b/sw/inc/chpfld.hxx
@@ -24,6 +24,7 @@
class SwFrame;
class SwContentNode;
class SwTextNode;
+class SwRootFrame;
enum SwChapterFormat
{
@@ -64,7 +65,7 @@ public:
void ChangeExpansion( const SwFrame&,
const SwContentNode*,
bool bSrchNum = false);
- void ChangeExpansion(const SwTextNode &rNd, bool bSrchNum);
+ void ChangeExpansion(const SwTextNode &rNd, bool bSrchNum, SwRootFrame const* pLayout = nullptr);
inline sal_uInt8 GetLevel() const;
inline void SetLevel(sal_uInt8);