summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/filter/inc/extlstcontext.hxx2
-rw-r--r--sc/source/filter/inc/worksheethelper.hxx2
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; }