summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimpit.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-23 01:06:30 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-23 01:06:54 +0900
commit5394b379eba8f3522a80ee7e68708f8851a86d7d (patch)
treeae7fdef49795e03fd15f4bba2dd8bad3e022ae77 /sw/source/filter/xml/xmlimpit.cxx
parent04d600d4be7c50db4b3b505039eb8bc96856f593 (diff)
removed unused temporary rtl::OUString
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
Diffstat (limited to 'sw/source/filter/xml/xmlimpit.cxx')
-rw-r--r--sw/source/filter/xml/xmlimpit.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlimpit.cxx b/sw/source/filter/xml/xmlimpit.cxx
index 8260ba52ca42..18672182ed51 100644
--- a/sw/source/filter/xml/xmlimpit.cxx
+++ b/sw/source/filter/xml/xmlimpit.cxx
@@ -902,7 +902,6 @@ sal_Bool SvXMLImportItemMapper::PutXMLValue(
sal_Int32 nPos = rValue.indexOf( (sal_Unicode)'*' );
if( -1L != nPos )
{
- OUString sNum( rValue.copy( 0L, nPos ) );
sal_Int32 nValue = rValue.toInt32();
if( nValue < MINLAY )
nValue = MINLAY;