| commit | b0434a2a6d9bd4730710a19aec5ddbea83014809 | [log] |
|---|---|---|
| author | Thomas Arnhold <thomas@arnhold.org> | Fri Mar 15 01:33:27 2013 +0100 |
| committer | Thomas Arnhold <thomas@arnhold.org> | Fri Mar 15 01:33:45 2013 +0100 |
| tree | 851519e8c6230b1b48597a195b7be1ea8e13e7f0 | |
| parent | ff6c2e720ba3eb42636b0e7f2ad1981537658d39 [diff] |
simplify copy Change-Id: Iec5a960b0a6492b1e4690c31b9c2098248c23cfa
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 2d439ee..3428997 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx
@@ -831,7 +831,7 @@ void ScGlobal::EraseQuotes( OUString& rString, sal_Unicode cQuote, bool bUnescap { if ( IsQuoted( rString, cQuote ) ) { rString = rString.copy( 0, rString.getLength() - 1 ).copy( 1 ); rString = rString.copy( 1, rString.getLength() - 1 ); if (bUnescapeEmbedded) { sal_Unicode pQ[3];