summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@gmx.com>2012-11-04 21:34:41 +0100
committerMatteo Casalin <matteo.casalin@gmx.com>2012-11-04 21:36:57 +0100
commit94a6776e2ae4e61bc58081ff6d734890f1458c5a (patch)
tree3a333d347e209e9a7b978ab19ef31c5b797089c6 /sw/source/core/txtnode
parentc954e6e1317f82e06fac66556674bc066b429469 (diff)
Remove unused local variable
Change-Id: Ib8dc3b5b37c8777acca3f16ece81f4e1c01c582d
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/txtedt.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx
index 4681d88efee0..f0d6980d3a9b 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -1139,7 +1139,6 @@ sal_uInt16 SwTxtNode::Convert( SwConversionArgs &rArgs )
if (bFound && bInSelection) // convertible text found within selection/range?
{
- const XubString aTxtPortion = m_Text.Copy( nBegin, nLen );
OSL_ENSURE( m_Text.Len() > 0, "convertible text portion missing!" );
rArgs.aConvText = m_Text.Copy( nBegin, nLen );
rArgs.nConvTextLang = nLangFound;