diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-11-04 21:34:41 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@gmx.com> | 2012-11-04 21:36:57 +0100 |
commit | 94a6776e2ae4e61bc58081ff6d734890f1458c5a (patch) | |
tree | 3a333d347e209e9a7b978ab19ef31c5b797089c6 /sw | |
parent | c954e6e1317f82e06fac66556674bc066b429469 (diff) |
Remove unused local variable
Change-Id: Ib8dc3b5b37c8777acca3f16ece81f4e1c01c582d
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/txtnode/txtedt.cxx | 1 |
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; |