[Libreoffice-commits] .: vcl/unx
Matus Kukan
mkukan at kemper.freedesktop.org
Tue Oct 11 07:38:39 PDT 2011
vcl/unx/gtk/app/gtkdata.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 31973712c1ad7b995e9920af65e27f5879b33db9
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Tue Oct 11 16:37:57 2011 +0200
move #endif to better place
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index 904d22a..a2c6f47 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -273,8 +273,8 @@ int GtkSalDisplay::GetDefaultMonitorNumber() const
break;
}
}
- }
#endif
+ }
#endif
if( n >= 0 && size_t(n) < m_aXineramaScreenIndexMap.size() )
More information about the Libreoffice-commits
mailing list