From 9cd0fdc90983a4c8856762da7ae3948bfb8e7969 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 28 Dec 2014 03:56:23 +0100 Subject: fix mac build, -Werror,-Wmismatched-tags Change-Id: Id9396eae46c74cd701e19ff7a4f849f6cbb103bb --- sc/source/filter/inc/extlstcontext.hxx | 2 +- sc/source/filter/inc/worksheethelper.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/source/filter/inc/extlstcontext.hxx b/sc/source/filter/inc/extlstcontext.hxx index e9ebd264ebcc..43a4cacf7f6e 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 4b7a927dc30a..27bb7e3a69ca 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; } -- cgit