Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4968f83c
Kaydet (Commit)
4968f83c
authored
May 24, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: move included header from end of window.cxx to the start
Change-Id: I7fd3e8965e4bf236a29225472d30d06e59a039fd
üst
474f4849
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
window.cxx
vcl/source/window/window.cxx
+5
-4
No files found.
vcl/source/window/window.cxx
Dosyayı görüntüle @
4968f83c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment