[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at collabora.com
Thu Mar 20 07:06:26 PDT 2014


 sc/source/filter/inc/xicontent.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c2781df13ac7d8ec29c12407d1f5a009ac4e224
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Mar 20 16:04:43 2014 +0200

    WaE: struct/class mismatch
    
    Change-Id: I8ad33bd796953fb8c64b0220e53b54f7ac5be170

diff --git a/sc/source/filter/inc/xicontent.hxx b/sc/source/filter/inc/xicontent.hxx
index 86142ec..3d4f5fc 100644
--- a/sc/source/filter/inc/xicontent.hxx
+++ b/sc/source/filter/inc/xicontent.hxx
@@ -31,7 +31,7 @@
 #include <boost/ptr_container/ptr_vector.hpp>
 #include <boost/noncopyable.hpp>
 
-class ScEnhancedProtection;
+struct ScEnhancedProtection;
 
 /* ============================================================================
 Classes to import the big Excel document contents (related to several cells or


More information about the Libreoffice-commits mailing list