summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportDDELinks.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-30 09:20:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-30 12:54:31 +0100
commit2478e7a9eb8a05284269cf360f4cdf6126f1499f (patch)
tree5d172cb558fc76c026c7155ea552b64aa0f12f99 /sc/source/filter/xml/XMLExportDDELinks.hxx
parent6dd13b1c7667e96eb0013b795932e218c3a681ca (diff)
WaE: struct vs class
Diffstat (limited to 'sc/source/filter/xml/XMLExportDDELinks.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportDDELinks.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/XMLExportDDELinks.hxx b/sc/source/filter/xml/XMLExportDDELinks.hxx
index 7edb3e8ed8dc..bb58ddb49856 100644
--- a/sc/source/filter/xml/XMLExportDDELinks.hxx
+++ b/sc/source/filter/xml/XMLExportDDELinks.hxx
@@ -33,7 +33,7 @@
class String;
class ScXMLExport;
-class ScMatrixValue;
+struct ScMatrixValue;
class ScXMLExportDDELinks
{