summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-06-30 15:00:18 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-06-30 17:57:18 +0200
commit3442247f176fa708f01da184ab42e9ec14186c42 (patch)
tree0f984638dd2c10d71901b39f34730b71d60232fe /sw/inc/fesh.hxx
parentb5211231199d4d1b7e70954f11cab9942c1d7b0e (diff)
n#676858: ESC key to escape the header / footer edit mode
Fixed another minor issue: * cursor remained in header / footer when escaping with a flying object selected. Cleared the flys selection before toggling the edition mode in the SwFEShell
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 5feb33085334..06f306c1d250 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -772,6 +772,7 @@ public:
bool IsVerticalModeAtNdAndPos( const SwTxtNode& _rTxtNode,
const Point& _rDocPos ) const;
+ virtual void ToggleHeaderFooterEdit( );
};
#endif