Author: paveljanik
Date: Wed Apr 10 19:37:15 2013
New Revision: 1466644
URL: http://svn.apache.org/r1466644
Log:
Unname unused argument to prevent WaE issues.
Modified:
openoffice/trunk/main/svx/source/sidebar/debug/ContextPanel.cxx
Modified: openoffice/trunk/main/svx/source/sidebar/debug/ContextPanel.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/debug/ContextPanel.cxx?rev=1466644&r1=1466643&r2=1466644&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/debug/ContextPanel.cxx (original)
+++ openoffice/trunk/main/svx/source/sidebar/debug/ContextPanel.cxx Wed Apr 10
19:37:15 2013
@@ -48,7 +48,7 @@ ContextPanel::~ContextPanel (void)
-sal_Int32 ContextPanel::GetPreferredHeight (sal_Int32 nWidth)
+sal_Int32 ContextPanel::GetPreferredHeight (sal_Int32 /* nWidth */)
{
const sal_Int32 nHeight (maContextName.GetPosPixel().Y() +
maContextName.GetSizePixel().Height() + 5);
return nHeight;