sw/source/core/txtnode/txtedt.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 94a6776e2ae4e61bc58081ff6d734890f1458c5a
Author: Matteo Casalin <[email protected]>
Date:   Sun Nov 4 21:34:41 2012 +0100

    Remove unused local variable
    
    Change-Id: Ib8dc3b5b37c8777acca3f16ece81f4e1c01c582d

diff --git a/sw/source/core/txtnode/txtedt.cxx 
b/sw/source/core/txtnode/txtedt.cxx
index 4681d88..f0d6980 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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to