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
31a92c15
Kaydet (Commit)
31a92c15
authored
May 09, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: Ic740510b891194ebef6a8fe35bd56f2f1d785c3d
üst
73d0dfd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
colrctrl.hxx
include/svx/colrctrl.hxx
+1
-1
colrctrl.cxx
svx/source/tbxctrls/colrctrl.cxx
+2
-2
No files found.
include/svx/colrctrl.hxx
Dosyayı görüntüle @
31a92c15
...
...
@@ -56,7 +56,7 @@ protected:
// DragSourceHelper
virtual
void
StartDrag
(
sal_Int8
nAction
,
const
Point
&
rPtPixel
)
SAL_OVERRIDE
;
DECL_
STATIC_LINK
(
SvxColorValueSet_docking
,
ExecDragHdl
,
void
*
);
DECL_
LINK
(
ExecDragHdl
,
void
*
);
public
:
SvxColorValueSet_docking
(
vcl
::
Window
*
pParent
,
WinBits
nWinStyle
=
WB_ITEMBORDER
);
...
...
svx/source/tbxctrls/colrctrl.cxx
Dosyayı görüntüle @
31a92c15
...
...
@@ -172,11 +172,11 @@ void SvxColorValueSet_docking::DoDrag()
}
}
IMPL_
STATIC_LINK
(
SvxColorValueSet_docking
,
ExecDragHdl
,
void
*
,
EMPTYARG
)
IMPL_
LINK_NOARG
(
SvxColorValueSet_docking
,
ExecDragHdl
)
{
// Als Link, damit asynchron ohne ImpMouseMoveMsg auf dem Stack auch die
// Farbleiste geloescht werden darf
pThis
->
DoDrag
();
DoDrag
();
return
0
;
}
...
...
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