INTEGRATION: CWS salstrintern (1.5.88); FILE MERGED

2007/02/08 14:17:11 mmeeks 1.5.88.1: Issue number: i#74343
Submitted by: mmeeks
use 'intern' in hot-spots to avoid string duplication.
This commit is contained in:
Rüdiger Timm
2007-04-03 12:50:38 +00:00
parent 9c09d91da7
commit 38791b516b

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: acceleratorconfigurationreader.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: obo $ $Date: 2006-09-16 14:28:52 $
* last change: $Author: rt $ $Date: 2007-04-03 13:50:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -185,7 +185,7 @@ void SAL_CALL AcceleratorConfigurationReader::startElement(const ::rtl::OUString
switch(eAttribute)
{
case E_ATTRIBUTE_URL :
sCommand = sValue;
sCommand = sValue.intern();
break;
case E_ATTRIBUTE_KEYCODE :