Author: paveljanik
Date: Wed Aug 29 20:29:53 2012
New Revision: 1378704

URL: http://svn.apache.org/viewvc?rev=1378704&view=rev
Log:
Remove unused variable tmp to prevent WaE issue.

Modified:
    incubator/ooo/trunk/main/sw/source/filter/ww8/ww8par6.cxx

Modified: incubator/ooo/trunk/main/sw/source/filter/ww8/ww8par6.cxx
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/source/filter/ww8/ww8par6.cxx?rev=1378704&r1=1378703&r2=1378704&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/source/filter/ww8/ww8par6.cxx (original)
+++ incubator/ooo/trunk/main/sw/source/filter/ww8/ww8par6.cxx Wed Aug 29 
20:29:53 2012
@@ -4109,7 +4109,6 @@ void SwWW8ImplReader::Read_LR( sal_uInt1
                                        {
                                                if 
(!lcl_HasExplicitLeft(pPlcxMan, bVer67))
                                                {
-                                                       int tmp = 
pNumFmt->GetIndentAt();
                                                        
aLR.SetTxtLeft(pNumFmt->GetIndentAt());
 
                                                        // If have not explicit 
left, set number format list tab position is doc default tab


Reply via email to