diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-05-12 21:31:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-12 23:41:27 +0200 |
commit | 2308bea5ba38250133d7e344484e688ecaab6d8d (patch) | |
tree | fe17830c0df32c514f006add42a83e3372d952a4 /sw/source/uibase/inc/wrtsh.hxx | |
parent | 566f6d46056742d7d703f41d8b1596405031c5c3 (diff) |
sw: change SwCursorShell::Pop() parameter from meaningless bool to enum
Change-Id: Iadc660025e1501118cb0a659d92d42af924b1c6f
Diffstat (limited to 'sw/source/uibase/inc/wrtsh.hxx')
-rw-r--r-- | sw/source/uibase/inc/wrtsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx index 497f9e9c7b2f..2900b5e4948c 100644 --- a/sw/source/uibase/inc/wrtsh.hxx +++ b/sw/source/uibase/inc/wrtsh.hxx @@ -130,7 +130,7 @@ public: // is there a text- or frameselection? bool HasSelection() const { return SwCursorShell::HasSelection() || IsMultiSelection() || IsSelFrameMode() || IsObjSelected(); } - bool Pop( bool bOldCursor = true ); + bool Pop(SwCursorShell::PopMode = PopMode::DeleteStack); void EnterStdMode(); bool IsStdMode() const { return !m_bExtMode && !m_bAddMode && !m_bBlockMode; } |