sw/source/uibase/inc/wrtsh.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a955057623d4cd14326bcaa8a2c52d76c121c21
Author: Michael Stahl <mst...@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; }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to