You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2013/07/06 11:23:34 UTC

svn commit: r1500235 - /openoffice/trunk/main/sfx2/source/sidebar/Layouter.cxx

Author: paveljanik
Date: Sat Jul  6 09:23:34 2013
New Revision: 1500235

URL: http://svn.apache.org/r1500235
Log:
Unname unused argument to prevent compiler warning.

Modified:
    openoffice/trunk/main/sfx2/source/sidebar/Layouter.cxx

Modified: openoffice/trunk/main/sfx2/source/sidebar/Layouter.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/Layouter.cxx?rev=1500235&r1=1500234&r2=1500235&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/Layouter.cxx (original)
+++ openoffice/trunk/main/sfx2/source/sidebar/Layouter.cxx Sat Jul  6 09:23:34 2013
@@ -90,7 +90,7 @@ void Layouter::SetHorizontalPosition (
 
 
 void Layouter::PrepareForLayouting (
-    Window& rControl)
+    Window& /* rControl */)
 {
     //    rControl.SetStyle(rControl.GetStyle() | WB_PATHELLIPSIS | WB_INFO);
 }