diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-06-29 10:47:12 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-06-30 17:57:18 +0200 |
commit | f7da7938c53f0ce185760e01e7de91cdf5268078 (patch) | |
tree | a1451fd4652112c4dbe087e875614eebe4cab1c4 /sw/inc/viewsh.hxx | |
parent | d4b74188c87cdeb881aacbc053594a7c697ab1ca (diff) |
n#676858: header, footer edition mode: updated paint methods
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 85e019e1f01a..19f93f80ff6b 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -564,7 +564,7 @@ public: const SwPostItMgr* GetPostItMgr() const { return (const_cast<ViewShell*>(this))->GetPostItMgr(); } SwPostItMgr* GetPostItMgr(); - void ToggleHeaderFooterEdit( ) { bHeaderFooterEdit = !bHeaderFooterEdit; } + void ToggleHeaderFooterEdit( ); sal_Bool IsHeaderFooterEdit( ) const { return bHeaderFooterEdit; } }; |