[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Thu Jul 14 13:05:54 UTC 2016
sw/source/core/ole/ndole.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2744b00906757864f806a06b44776e887cd94d60
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jul 14 15:05:23 2016 +0200
Blind fix attempt for some GCC versions
Change-Id: Id84c3e8d2306f65ce3153de54efff8c13adcaf37
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 35f51fa..9863cc9 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -678,7 +678,7 @@ namespace { class DeflateThread; }
class DeflateData
{
private:
- friend class DeflateThread;
+ friend DeflateThread;
friend class SwOLEObj;
uno::Reference< frame::XModel > maXModel;
More information about the Libreoffice-commits
mailing list