Author: paveljanik
Date: Mon May 27 20:01:41 2013
New Revision: 1486702
URL: http://svn.apache.org/r1486702
Log:
Unname unused argument to prevent compiler warnings.
Modified:
openoffice/trunk/main/svx/source/sidebar/text/TextPropertyPanel.cxx
Modified: openoffice/trunk/main/svx/source/sidebar/text/TextPropertyPanel.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/text/TextPropertyPanel.cxx?rev=1486702&r1=1486701&r2=1486702&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/text/TextPropertyPanel.cxx
(original)
+++ openoffice/trunk/main/svx/source/sidebar/text/TextPropertyPanel.cxx Mon May
27 20:01:41 2013
@@ -312,7 +312,7 @@ void TextPropertyPanel::HandleContextCha
void TextPropertyPanel::UpdateFontColorToolbox (
- const ::sfx2::sidebar::EnumContext aContext)
+ const ::sfx2::sidebar::EnumContext /* aContext */)
{
bool bIsWriterFontColor (false);
if (maContext.GetApplication_DI() ==
sfx2::sidebar::EnumContext::Application_WriterVariants)