Author: paveljanik
Date: Thu Nov 29 19:14:33 2012
New Revision: 1415328
URL: http://svn.apache.org/viewvc?rev=1415328&view=rev
Log:
Un-name unused argument to prevent compiler warnings.
Modified:
openoffice/trunk/main/sw/source/filter/ww8/rtfexport.cxx
Modified: openoffice/trunk/main/sw/source/filter/ww8/rtfexport.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/rtfexport.cxx?rev=1415328&r1=1415327&r2=1415328&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/filter/ww8/rtfexport.cxx (original)
+++ openoffice/trunk/main/sw/source/filter/ww8/rtfexport.cxx Thu Nov 29
19:14:33 2012
@@ -194,7 +194,7 @@ void RtfExport::AppendBookmark( const OU
}
//For i120928,to export graphic of bullet for RTF filter
-void RtfExport::ExportGrfBullet(const SwTxtNode& rNd)
+void RtfExport::ExportGrfBullet(const SwTxtNode& /* rNd */)
{
//This is for RTF filter on the graphic bullets
}