summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportDDELinks.hxx
diff options
context:
space:
mode:
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 2360ef5a136c..5ff5719fd41e 100644
--- a/sc/source/filter/xml/XMLExportDDELinks.hxx
+++ b/sc/source/filter/xml/XMLExportDDELinks.hxx
@@ -34,7 +34,7 @@ class ScXMLExportDDELinks
public:
explicit ScXMLExportDDELinks(ScXMLExport& rExport);
~ScXMLExportDDELinks();
- void WriteDDELinks(css::uno::Reference < css::sheet::XSpreadsheetDocument >& xSpreadDoc);
+ void WriteDDELinks(const css::uno::Reference < css::sheet::XSpreadsheetDocument >& xSpreadDoc);
};
#endif