Kaydet (Commit) 38791b51 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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.
üst 9c09d91d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: acceleratorconfigurationreader.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -185,7 +185,7 @@ void SAL_CALL AcceleratorConfigurationReader::startElement(const ::rtl::OUString ...@@ -185,7 +185,7 @@ void SAL_CALL AcceleratorConfigurationReader::startElement(const ::rtl::OUString
switch(eAttribute) switch(eAttribute)
{ {
case E_ATTRIBUTE_URL : case E_ATTRIBUTE_URL :
sCommand = sValue; sCommand = sValue.intern();
break; break;
case E_ATTRIBUTE_KEYCODE : case E_ATTRIBUTE_KEYCODE :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment