summaryrefslogtreecommitdiff
path: root/starmath/source/mathml/mathmlimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathml/mathmlimport.cxx')
-rw-r--r--starmath/source/mathml/mathmlimport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/mathml/mathmlimport.cxx b/starmath/source/mathml/mathmlimport.cxx
index 0ac32397e099..d3ec8f949977 100644
--- a/starmath/source/mathml/mathmlimport.cxx
+++ b/starmath/source/mathml/mathmlimport.cxx
@@ -497,9 +497,9 @@ void SmXMLImportContext::characters(const OUString& rChars)
1 or more whitespace characters is replaced with one blank character).
*/
//collapsing not done yet!
- const OUString& rChars2 = rChars.trim();
- if (!rChars2.isEmpty())
- TCharacters(rChars2 /*.collapse()*/);
+ const OUString aChars2 = rChars.trim();
+ if (!aChars2.isEmpty())
+ TCharacters(aChars2 /*.collapse()*/);
}
namespace