summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrtsh.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-16 17:03:35 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-16 17:07:30 +0200
commit403305d593f98ea3af26dd48b3f342044efe9454 (patch)
tree31cee80806f905a2213c0e6e5f23e43598b50b60 /sw/source/ui/inc/wrtsh.hxx
parent363591e7542232088606b8da6e55850b6c84c079 (diff)
Header/Footer: Don't hide & show the separator windows all the time
This avoids permanent calls to the SwHeaderFooterWin::Paint method. The loop is now broken and the cursor doesn't blink anymore.
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r--sw/source/ui/inc/wrtsh.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 735848f73626..7d0bbfd0e2e1 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -486,6 +486,7 @@ typedef sal_Bool (SwWrtShell:: *FNSimpleMove)();
const SwRedline* GotoRedline( sal_uInt16 nArrPos, sal_Bool bSelect = sal_False);
void ChangeHeaderOrFooter(const String& rStyleName, sal_Bool bHeader, sal_Bool bOn, sal_Bool bShowWarning);
+ virtual void SetShowHeaderFooterSeparator( sal_Bool bShow );
private: