summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorLars Langhans <lla@openoffice.org>2001-04-12 12:26:29 +0000
committerLars Langhans <lla@openoffice.org>2001-04-12 12:26:29 +0000
commit1e55961e74746f6dff34f0b774a79c51ea7d2436 (patch)
tree40ee3a5cb9c08de517288918c8d6af0a2331357c /configmgr
parent747583ec1208dd45427157770d638ad5ed7ba09a (diff)
Separator mismatch
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/xml/valueconverter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/xml/valueconverter.cxx b/configmgr/source/xml/valueconverter.cxx
index 50bf6b20e261..e2f25215c0e2 100644
--- a/configmgr/source/xml/valueconverter.cxx
+++ b/configmgr/source/xml/valueconverter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: valueconverter.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2001-04-09 13:24:17 $
+ * last change: $Author: lla $ $Date: 2001-04-12 13:26:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -560,7 +560,7 @@ void OValueConverter::splitListData(OUString const& aContent, StringList& rConte
OSL_ENSURE( sSeparator.trim()==sSeparator,
"Unexpected whitespace in separator");
- tokenizeListData( OTokenizeBySeparator(aContent), aContent, rContentList );
+ tokenizeListData( OTokenizeBySeparator(sSeparator), aContent, rContentList );
}
}
// -----------------------------------------------------------------------------