diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-06-29 10:31:24 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-06-30 17:57:18 +0200 |
commit | 251f3e64a2c413d06dd8fe13a0d51e4e57dd87d0 (patch) | |
tree | c4ae5b104d3c77e9cfc0da988c89de549475df78 /sw/source/ui/inc | |
parent | de2bbdb72d27453b870aeb8e624aa9a2576a7bb0 (diff) |
n#676858: implement header / footer edition mode
Prevent header / footer editing when editing the body and vice-versa.
this commit simply adds the basic edition toggling using double-clicks.
Diffstat (limited to 'sw/source/ui/inc')
-rwxr-xr-x | sw/source/ui/inc/view.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 07efed335c..d73c9f3ad5 100755 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -283,8 +283,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell bInDtor : 1, //detect destructor to prevent creating of sub shells while closing bOldShellWasPagePreView : 1, bIsPreviewDoubleClick : 1, // #i114045# - bMakeSelectionVisible : 1 // transport the bookmark selection - ; + bMakeSelectionVisible : 1; // transport the bookmark selection // methods for searching // set search context |