From 94a6776e2ae4e61bc58081ff6d734890f1458c5a Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 4 Nov 2012 21:34:41 +0100 Subject: Remove unused local variable Change-Id: Ib8dc3b5b37c8777acca3f16ece81f4e1c01c582d --- sw/source/core/txtnode/txtedt.cxx | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3