Kaydet (Commit) b143faff authored tarafından Pavel Janík's avatar Pavel Janík

Unname unused argument to prevent WaE issues.

üst 22de8845
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment