vcl/source/window/window.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
New commits: commit 4968f83c770edac72cba6ecd81cb096c62e6456a Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat May 24 16:46:44 2014 +1000 vcl: move included header from end of window.cxx to the start Change-Id: I7fd3e8965e4bf236a29225472d30d06e59a039fd diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 0950e5c..01b3308 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -68,6 +68,11 @@ #include <set> #include <typeinfo> +#ifdef WNT // see #140456# +#include <win/salframe.h> +#endif + + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::datatransfer::clipboard; @@ -3714,10 +3719,6 @@ bool Window::IsNativeWidgetEnabled() const return ImplGetWinData()->mbEnableNativeWidget; } -#ifdef WNT // see #140456# -#include <win/salframe.h> -#endif - uno::Reference< rendering::XCanvas > Window::ImplGetCanvas( const Size& rFullscreenSize, bool bFullscreen, bool bSpriteCanvas ) const _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits