summaryrefslogtreecommitdiff
path: root/oox/source/vml/vmltextboxcontext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-13 16:18:33 +0200
committerNoel Grandin <noel@peralex.com>2013-11-14 08:17:31 +0200
commit99a1f38156aefd7ac3e578ebea74e4bbecdc64dc (patch)
tree2f434c4241e848a650cc3e4e601dec80ca8cc844 /oox/source/vml/vmltextboxcontext.cxx
parentd9648d3567e60f4482984a25e2b78e8a2fae52e3 (diff)
remove unnecessary sal_Unicode casts in OOX module
Change-Id: I2b9f26cb500a9e56f5860bd1b483ed284b84f50d
Diffstat (limited to 'oox/source/vml/vmltextboxcontext.cxx')
-rw-r--r--oox/source/vml/vmltextboxcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmltextboxcontext.cxx b/oox/source/vml/vmltextboxcontext.cxx
index 15e8810e0ca9..fe53d7809a08 100644
--- a/oox/source/vml/vmltextboxcontext.cxx
+++ b/oox/source/vml/vmltextboxcontext.cxx
@@ -167,7 +167,7 @@ void TextPortionContext::onEndElement()
meantime, the space character has to be added manually.
*/
if( mrTextBox.getPortionCount() == mnInitialPortions )
- mrTextBox.appendPortion( maParagraph, maFont, OUString( sal_Unicode( ' ' ) ) );
+ mrTextBox.appendPortion( maParagraph, maFont, OUString( ' ' ) );
}
// ============================================================================