You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2013/07/12 10:25:25 UTC

svn commit: r1502467 - /openoffice/trunk/main/vcl/unx/gtk/window/gtkframe.cxx

Author: af
Date: Fri Jul 12 08:25:25 2013
New Revision: 1502467

URL: http://svn.apache.org/r1502467
Log:
122709: Removed debug code.

Modified:
    openoffice/trunk/main/vcl/unx/gtk/window/gtkframe.cxx

Modified: openoffice/trunk/main/vcl/unx/gtk/window/gtkframe.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/unx/gtk/window/gtkframe.cxx?rev=1502467&r1=1502466&r2=1502467&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/unx/gtk/window/gtkframe.cxx (original)
+++ openoffice/trunk/main/vcl/unx/gtk/window/gtkframe.cxx Fri Jul 12 08:25:25 2013
@@ -1245,7 +1245,7 @@ Size GtkSalFrame::calcDefaultSize()
     long h = aScreenSize.Height();
 
     
-    if (true || aScreenSize.Width() <= 1024)
+    if (aScreenSize.Width() <= 1024)
     {
         // For small screen use the old default values.  Original comment:
         // fill in holy default values brought to us by product management