summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/XclExpChangeTrack.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/XclExpChangeTrack.hxx')
-rw-r--r--sc/source/filter/inc/XclExpChangeTrack.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/XclExpChangeTrack.hxx b/sc/source/filter/inc/XclExpChangeTrack.hxx
index 12b249f87127..6706e7f8a384 100644
--- a/sc/source/filter/inc/XclExpChangeTrack.hxx
+++ b/sc/source/filter/inc/XclExpChangeTrack.hxx
@@ -377,9 +377,9 @@ protected:
virtual void SaveCont( XclExpStream& rStrm ) SAL_OVERRIDE;
inline sal_Size GetHeaderByteCount() const { return 12; }
- // overload to save action data without header, called by SaveCont()
+ // override to save action data without header, called by SaveCont()
virtual void SaveActionData( XclExpStream& rStrm ) const = 0;
- // overload to get action size without header, called by GetLen()
+ // override to get action size without header, called by GetLen()
virtual sal_Size GetActionByteCount() const = 0;
// do something before writing the record
@@ -403,7 +403,7 @@ public:
inline bool ForceInfoRecord() const { return bForceInfo; }
// set own index & return new index
- // could be overloaded to use more indexes per action
+ // could override to use more indexes per action
virtual void SetIndex( sal_uInt32& rIndex );
virtual void Save( XclExpStream& rStrm ) SAL_OVERRIDE;