You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2012/11/29 20:45:54 UTC

svn commit: r1415335 - /openoffice/trunk/main/sw/source/filter/ww8/wrtww8gr.cxx

Author: paveljanik
Date: Thu Nov 29 19:45:53 2012
New Revision: 1415335

URL: http://svn.apache.org/viewvc?rev=1415335&view=rev
Log:
Comment out unused variable to prevent compiler warnings.

Modified:
    openoffice/trunk/main/sw/source/filter/ww8/wrtww8gr.cxx

Modified: openoffice/trunk/main/sw/source/filter/ww8/wrtww8gr.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/wrtww8gr.cxx?rev=1415335&r1=1415334&r2=1415335&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/filter/ww8/wrtww8gr.cxx (original)
+++ openoffice/trunk/main/sw/source/filter/ww8/wrtww8gr.cxx Thu Nov 29 19:45:53 2012
@@ -867,7 +867,7 @@ void SwWW8WrGrf::WriteGrfForBullet(SvStr
 	}
 	else
 	{
-		bool bSwapped = rGrf.IsSwapOut() ? true : false;
+		/* bool bSwapped = rGrf.IsSwapOut() ? true : false; */
 		
 		GDIMetaFile aMeta;
 		switch (rGrf.GetType())