diff options
author | Stephan Bergmann <sb@openoffice.org> | 2007-04-17 10:45:24 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2007-04-17 10:45:24 +0000 |
commit | 34bb89237b2c8c39ab8c06a60dc3c69f3559ebf3 (patch) | |
tree | 47fe2ca1746b2cf53a02db9911af70400a9a14f6 /tools/source/string | |
parent | 7bf9480cdda6510297ea5b60e35957ee43440e25 (diff) |
#i76352# Made 1.9.80.1 into a P1 fix.
Diffstat (limited to 'tools/source/string')
-rw-r--r-- | tools/source/string/strimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/string/strimp.cxx b/tools/source/string/strimp.cxx index 9c46a2376eb4..82abe474c997 100644 --- a/tools/source/string/strimp.cxx +++ b/tools/source/string/strimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: strimp.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:03:23 $ + * last change: $Author: sb $ $Date: 2007-04-17 11:45:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -220,7 +220,7 @@ static STRINGDATA* _ImplCopyData( STRINGDATA* pData ) inline void STRING::ImplCopyData() { - DBG_ASSERT( (mpData->mnRefCount > 0), "String::ImplCopyData() - RefCount == 0" ); + DBG_ASSERT( (mpData->mnRefCount != 0), "String::ImplCopyData() - RefCount == 0" ); // ist es ein referenzierter String, dann die Daten abkoppeln if ( mpData->mnRefCount != 1 ) |