summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/FrameControlsManager.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-01-04 17:31:52 +0100
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-01-04 17:38:20 +0100
commit58c4853f5489d8e23ae7aabdb544cde80a711ece (patch)
tree4726c126e4fda4762d9980bd6d91026804cb8f16 /sw/source/ui/inc/FrameControlsManager.hxx
parentremove non-existing 'ky' (diff)
downloadcore-58c4853f5489d8e23ae7aabdb544cde80a711ece.tar.gz
core-58c4853f5489d8e23ae7aabdb544cde80a711ece.zip
Page Break: fix remaining indicator in some cases
When creating a new page without using a page break, before a page break, there was a remaining indicator. These are now checked and removed to avoid such cases.
Diffstat (limited to 'sw/source/ui/inc/FrameControlsManager.hxx')
-rw-r--r--sw/source/ui/inc/FrameControlsManager.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/inc/FrameControlsManager.hxx b/sw/source/ui/inc/FrameControlsManager.hxx
index ec78b1d06aca..06e618ce8fcb 100644
--- a/sw/source/ui/inc/FrameControlsManager.hxx
+++ b/sw/source/ui/inc/FrameControlsManager.hxx
@@ -61,6 +61,7 @@ class SwFrameControlsManager
std::vector< SwFrameControlPtr >& GetControls( FrameControlType eType );
void AddControl( FrameControlType eType, SwFrameControlPtr pControl );
void RemoveControls( const SwFrm* pFrm );
+ void RemoveControlsByType( FrameControlType eType, const SwFrm* pFrm );
void HideControls( FrameControlType eType );
void SetReadonlyControls( bool bReadonly );