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
6c6c5cd1
Kaydet (Commit)
6c6c5cd1
authored
Ock 22, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Why is Objective C such an ill-specified mess?
Change-Id: I2a6b4ba10d303a6a4ce5bc4582e68a73c2ae331e
üst
ef296e87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DragSource.cxx
vcl/osx/DragSource.cxx
+1
-1
salmenu.cxx
vcl/osx/salmenu.cxx
+1
-1
No files found.
vcl/osx/DragSource.cxx
Dosyayı görüntüle @
6c6c5cd1
...
...
@@ -192,7 +192,7 @@ void SAL_CALL DragSource::initialize(const Sequence< Any >& aArguments)
throw
Exception
(
"DragSource::initialize: Provided view is not attached to a vcl frame"
,
static_cast
<
OWeakObject
*>
(
this
));
}
mpFrame
=
static
_cast
<
AquaSalFrame
*>
([
pWin
performSelector
:
@
selector
(
getSalFrame
)]);
mpFrame
=
reinterpret
_cast
<
AquaSalFrame
*>
([
pWin
performSelector
:
@
selector
(
getSalFrame
)]);
mDragSourceHelper
=
[[
DragSourceHelper
alloc
]
initWithDragSource
:
this
];
...
...
vcl/osx/salmenu.cxx
Dosyayı görüntüle @
6c6c5cd1
...
...
@@ -246,7 +246,7 @@ AquaSalMenu::AquaSalMenu( bool bMenuBar ) :
if
(
!
mbMenuBar
)
{
mpMenu
=
[[
SalNSMenu
alloc
]
initWithMenu
:
this
];
[
mpMenu
setDelegate
:
static_cast
<
id
<
NSMenuDelegate
>
>
(
mpMenu
)];
[
mpMenu
setDelegate
:
reinterpret_cast
<
id
<
NSMenuDelegate
>
>
(
mpMenu
)];
}
else
{
...
...
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