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 48ac0c7c4184..dd8cf285cc1e 100644
--- a/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
+++ b/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
@@ -67,12 +67,12 @@ class ScChangeTrackingExportHelper
void WriteContentChange(ScChangeAction* pAction);
void AddInsertionAttributes(const ScChangeAction* pAction);
- void WriteInsertion(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 WriteRejection(ScChangeAction* pAction);
+ void WriteRejection(const ScChangeAction* pAction);
void CollectCellAutoStyles(const ScCellValue& rCell);
void CollectActionAutoStyles(const ScChangeAction* pAction);