[Libreoffice-commits] .: sc/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Jan 5 04:21:53 PST 2011


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

New commits:
commit 9d1960bfcd912b26749b52215bf0b1bb1ecd7599
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jan 5 12:20:56 2011 +0000

    WaE: C4099 be consistent between class and struct forward decls

diff --git a/sc/source/filter/inc/xistyle.hxx b/sc/source/filter/inc/xistyle.hxx
index 4d9747d..399f002 100644
--- a/sc/source/filter/inc/xistyle.hxx
+++ b/sc/source/filter/inc/xistyle.hxx
@@ -41,7 +41,7 @@
 #include "xiroot.hxx"
 
 class ScDocumentPool;
-class ScAttrEntry;
+struct ScAttrEntry;
 
 /* ============================================================================
 - Buffers for style records (PALETTE, FONT, FORMAT, XF)


More information about the Libreoffice-commits mailing list