diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-05-13 00:44:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-13 00:44:14 +0200 |
commit | 2a955057623d4cd14326bcaa8a2c52d76c121c21 (patch) | |
tree | 8362a0501e8cfcd6741de91686fdb77149e04727 /sw | |
parent | 2308bea5ba38250133d7e344484e688ecaab6d8d (diff) |
sw: some old GCC apparently doesn't like that, let's try this
Change-Id: I1d6e74ae990faecfd3a28e0971ed6abe20bcef75
Diffstat (limited to 'sw')
-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 2900b5e4948c..70791c63e82e 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(SwCursorShell::PopMode = PopMode::DeleteStack); + bool Pop(SwCursorShell::PopMode = SwCursorShell::PopMode::DeleteStack); void EnterStdMode(); bool IsStdMode() const { return !m_bExtMode && !m_bAddMode && !m_bBlockMode; } |