diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-28 03:56:23 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-28 03:56:23 +0100 |
commit | 9cd0fdc90983a4c8856762da7ae3948bfb8e7969 (patch) | |
tree | a5d287b9848734c5f55ca707175b714ffbac30b5 /sc | |
parent | 7f476fea47f06a7f8cc961dd4f6595a524346fa5 (diff) |
fix mac build, -Werror,-Wmismatched-tags
Change-Id: Id9396eae46c74cd701e19ff7a4f849f6cbb103bb
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/extlstcontext.hxx | 2 | ||||
-rw-r--r-- | 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; } |