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


Reply via email to