From ee82f171900f76f2ee7d1a0c63a4c0714d6afccb Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 25 Oct 2018 11:31:30 +0200 Subject: sw_redlinehide_3: adapt SwEditShell::OutlineUpDown() Change-Id: I1d1f4604c580fe4dd764cfb908cd18657ea54255 --- sw/inc/doc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') 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); -- cgit