diff options
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r-- | sc/inc/rangenam.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index 32bd0b3a7fe9..4ca0054050fd 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -99,7 +99,7 @@ public: const ScAddress& rTarget ); // rTarget is ABSPOS jump label - /* Exact copy, not recompiled, no other index (!), nothing.. except if + /* Exact copy, not recompiled, no other index (!), nothing... except if * pDocument or pPos are passed, those values are assigned instead of the * copies. */ ScRangeData( const ScRangeData& rScRangeData, ScDocument* pDocument = nullptr, const ScAddress* pPos = nullptr ); |