Kaydet (Commit) 4968f83c authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: move included header from end of window.cxx to the start

Change-Id: I7fd3e8965e4bf236a29225472d30d06e59a039fd
üst 474f4849
...@@ -68,6 +68,11 @@ ...@@ -68,6 +68,11 @@
#include <set> #include <set>
#include <typeinfo> #include <typeinfo>
#ifdef WNT // see #140456#
#include <win/salframe.h>
#endif
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::datatransfer::clipboard; using namespace ::com::sun::star::datatransfer::clipboard;
...@@ -3714,10 +3719,6 @@ bool Window::IsNativeWidgetEnabled() const ...@@ -3714,10 +3719,6 @@ bool Window::IsNativeWidgetEnabled() const
return ImplGetWinData()->mbEnableNativeWidget; return ImplGetWinData()->mbEnableNativeWidget;
} }
#ifdef WNT // see #140456#
#include <win/salframe.h>
#endif
uno::Reference< rendering::XCanvas > Window::ImplGetCanvas( const Size& rFullscreenSize, uno::Reference< rendering::XCanvas > Window::ImplGetCanvas( const Size& rFullscreenSize,
bool bFullscreen, bool bFullscreen,
bool bSpriteCanvas ) const bool bSpriteCanvas ) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment