diff options
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 0e9d8064901b..5a16812e89da 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -498,7 +498,8 @@ public: bool OutlineUpDown( short nOffset = 1 ); - bool MoveOutlinePara( SwOutlineNodes::difference_type nOffset ); + bool MoveOutlinePara( SwOutlineNodes::difference_type nOffset, + SwOutlineNodesInline* pOutlineNodesInline = nullptr ); bool IsProtectedOutlinePara() const; |