diff options
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r-- | sc/inc/chgtrack.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index 83228bd9ad39..4c94932c2414 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -891,7 +891,7 @@ enum ScChangeTrackMergeState }; // Internally generated actions start at this value (nearly all bits set) -// and are decremented, to keep values in a table seperated from "normal" actions. +// and are decremented, to keep values in a table separated from "normal" actions. #define SC_CHGTRACK_GENERATED_START ((sal_uInt32) 0xfffffff0) class ScChangeTrack : public utl::ConfigurationListener |