summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx b/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
index dd8cf285cc1e..11344abc327d 100644
--- a/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
+++ b/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
@@ -65,13 +65,13 @@ class ScChangeTrackingExportHelper
void WriteFormulaCell(const ScCellValue& rCell, const OUString& sValue);
void WriteCell(const ScCellValue& rCell, const OUString& sValue);
- void WriteContentChange(ScChangeAction* pAction);
+ void WriteContentChange(const ScChangeAction* pAction);
void AddInsertionAttributes(const ScChangeAction* pAction);
void WriteInsertion(const ScChangeAction* pAction);
void AddDeletionAttributes(const ScChangeActionDel* pAction);
void WriteCutOffs(const ScChangeActionDel* pAction);
void WriteDeletion(ScChangeAction* pAction);
- void WriteMovement(ScChangeAction* pAction);
+ void WriteMovement(const ScChangeAction* pAction);
void WriteRejection(const ScChangeAction* pAction);
void CollectCellAutoStyles(const ScCellValue& rCell);