[Libreoffice-commits] .: sc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Dec 31 05:15:59 PST 2010
sc/source/filter/inc/xestream.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 81c65296f69d7a728d43fa83bcb39d3886c735ea
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Dec 31 13:03:33 2010 +0000
WaE: C4099 struct vs class
diff --git a/sc/source/filter/inc/xestream.hxx b/sc/source/filter/inc/xestream.hxx
index e00e1d5..2581295 100644
--- a/sc/source/filter/inc/xestream.hxx
+++ b/sc/source/filter/inc/xestream.hxx
@@ -266,7 +266,7 @@ class ScRangeList;
class ScTokenArray;
struct XclAddress;
struct XclFontData;
-class XclRange;
+struct XclRange;
class XclRangeList;
class XclXmlUtils
More information about the Libreoffice-commits
mailing list