[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Dec 27 18:57:06 PST 2014
sc/source/filter/inc/extlstcontext.hxx | 2 +-
sc/source/filter/inc/worksheethelper.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9cd0fdc90983a4c8856762da7ae3948bfb8e7969
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Dec 28 03:56:23 2014 +0100
fix mac build, -Werror,-Wmismatched-tags
Change-Id: Id9396eae46c74cd701e19ff7a4f849f6cbb103bb
diff --git a/sc/source/filter/inc/extlstcontext.hxx b/sc/source/filter/inc/extlstcontext.hxx
index e9ebd26..43a4cac 100644
--- a/sc/source/filter/inc/extlstcontext.hxx
+++ b/sc/source/filter/inc/extlstcontext.hxx
@@ -13,7 +13,7 @@
#include "excelhandlers.hxx"
#include "worksheetfragment.hxx"
-class ScDataBarFormatData;
+struct ScDataBarFormatData;
namespace oox {
namespace xls {
diff --git a/sc/source/filter/inc/worksheethelper.hxx b/sc/source/filter/inc/worksheethelper.hxx
index 4b7a927..27bb7e3 100644
--- a/sc/source/filter/inc/worksheethelper.hxx
+++ b/sc/source/filter/inc/worksheethelper.hxx
@@ -26,7 +26,7 @@
#include "addressconverter.hxx"
#include "formulabase.hxx"
-class ScDataBarFormatData;
+struct ScDataBarFormatData;
namespace com { namespace sun { namespace star {
namespace awt { struct Point; }
More information about the Libreoffice-commits
mailing list