From 20251fccc40bfaadf3651cc8d4b6bd321859da12 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Wed, 29 Jun 2011 10:31:24 +0200 Subject: 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. --- sw/source/ui/inc/view.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/source/ui/inc/view.hxx') diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 3fa31bb69d44..6e64655f3bad 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 -- cgit