diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-10-25 11:31:30 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-11-15 15:10:02 +0100 |
commit | ee82f171900f76f2ee7d1a0c63a4c0714d6afccb (patch) | |
tree | 372727214900ff99a46b2429facc9437266521e4 /sw/inc | |
parent | d0e9cc832d19b622532f01580d9cf78ee0b215db (diff) |
sw_redlinehide_3: adapt SwEditShell::OutlineUpDown()
Change-Id: I1d1f4604c580fe4dd764cfb908cd18657ea54255
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 6f11d6bc8bff..4d5d6e5b6015 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1002,7 +1002,7 @@ public: void PropagateOutlineRule(); // Outline - promote / demote. - bool OutlineUpDown( const SwPaM& rPam, short nOffset ); + bool OutlineUpDown(const SwPaM& rPam, short nOffset, SwRootFrame const* pLayout = nullptr); /// Outline - move up / move down. bool MoveOutlinePara( const SwPaM& rPam, SwOutlineNodes::difference_type nOffset); |