diff options
-rw-r--r-- | sc/source/filter/inc/namebuff.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/filter/inc/namebuff.hxx b/sc/source/filter/inc/namebuff.hxx index 13233c77e1ad..8f2b171d74fa 100644 --- a/sc/source/filter/inc/namebuff.hxx +++ b/sc/source/filter/inc/namebuff.hxx @@ -87,12 +87,11 @@ private: Entry( const OUString& rName, const OUString& rScName, const ScComplexRefData& rCRD ) : aStrHashEntry( rName ) , aScComplexRefDataRel( rCRD ) - , aScAbsName( rScName ) + , aScAbsName( rScName + "_ABS" ) , nAbsInd(0) , nRelInd(0) , bSingleRef(false) { - aScAbsName = "_ABS"; } }; |