[Libreoffice-commits] core.git: sw/source
Michael Stahl
mstahl at redhat.com
Fri May 12 22:45:44 UTC 2017
sw/source/uibase/inc/wrtsh.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2a955057623d4cd14326bcaa8a2c52d76c121c21
Author: Michael Stahl <mstahl at redhat.com>
Date: Sat May 13 00:44:14 2017 +0200
sw: some old GCC apparently doesn't like that, let's try this
Change-Id: I1d6e74ae990faecfd3a28e0971ed6abe20bcef75
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; }
More information about the Libreoffice-commits
mailing list