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
cf2f0f9c
Kaydet (Commit)
cf2f0f9c
authored
Kas 19, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wint-to-pointer-cast
Change-Id: I6db7d7595fda972e7c5d5c24d235678671478975
üst
1e82a3e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docholder.cxx
embedserv/source/embed/docholder.cxx
+2
-2
No files found.
embedserv/source/embed/docholder.cxx
Dosyayı görüntüle @
cf2f0f9c
...
...
@@ -574,7 +574,7 @@ BOOL DocumentHolder::InPlaceMenuCreate()
uno
::
Sequence
<
sal_Int8
>
aProcessIdent
(
16
);
rtl_getGlobalProcessId
((
sal_uInt8
*
)
aProcessIdent
.
getArray
());
uno
::
Any
aAny
=
xSysDepWin
->
getWindowHandle
(
aProcessIdent
,
lang
::
SystemDependent
::
SYSTEM_WIN32
);
sal_Int
32
tmp
;
sal_Int
64
tmp
;
aAny
>>=
tmp
;
HWND
aHwnd
=
(
HWND
)
tmp
;
m_pIOleIPFrame
->
SetMenu
(
...
...
@@ -1256,7 +1256,7 @@ css::uno::Reference< css::awt::XWindow> SAL_CALL DocumentHolder::getContainerWin
if
(
xSysWin
.
is
())
{
aAny
=
xSysWin
->
getWindowHandle
(
aProcessIdent
,
lang
::
SystemDependent
::
SYSTEM_WIN32
);
sal_Int
32
tmp
;
sal_Int
64
tmp
;
if
(
aAny
>>=
tmp
)
SetContainerWindowHandle
((
HWND
)
tmp
);
}
...
...
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