Author: paveljanik
Date: Fri Apr 19 21:43:36 2013
New Revision: 1470055
URL: http://svn.apache.org/r1470055
Log:
WaE: unname unused argument to prevent compiler warning.
Modified:
openoffice/trunk/main/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
Modified:
openoffice/trunk/main/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/possize/PosSizePropertyPanel.cxx?rev=1470055&r1=1470054&r2=1470055&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
(original)
+++ openoffice/trunk/main/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
Fri Apr 19 21:43:36 2013
@@ -634,7 +634,7 @@ void PosSizePropertyPanel::NotifyItemUpd
sal_uInt16 nSID,
SfxItemState eState,
const SfxPoolItem* pState,
- const bool bIsEnabled)
+ const bool /* bIsEnabled */)
{
mpFtAngle->Enable();
mpMtrAngle->Enable();