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
cd17c9f9
Kaydet (Commit)
cd17c9f9
authored
Haz 04, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't downcast this to derived in base ctor
Change-Id: I1a0a6a7f0ac2292a7824bd35967140a20ee93f89
üst
3705cf82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
anyrefdg.hxx
sc/source/ui/inc/anyrefdg.hxx
+3
-3
No files found.
sc/source/ui/inc/anyrefdg.hxx
Dosyayı görüntüle @
cd17c9f9
...
...
@@ -258,19 +258,19 @@ struct ScRefHdlrImpl: ScRefHdlrImplBase< TBase, bBindRef >
ScRefHdlrImpl
(
const
T1
&
rt1
,
const
T2
&
rt2
,
const
T3
&
rt3
,
const
T4
&
rt4
)
:
ScRefHdlrImplBase
<
TBase
,
bBindRef
>
(
rt1
,
rt2
,
rt3
,
rt4
)
{
SC_MOD
()
->
RegisterRefWindow
(
static_cast
<
sal_uInt16
>
(
static_cast
<
TDerived
*>
(
this
)
->
SLOTID
),
this
);
SC_MOD
()
->
RegisterRefWindow
(
static_cast
<
sal_uInt16
>
(
TDerived
::
SLOTID
),
this
);
}
template
<
class
T1
,
class
T2
,
class
T3
,
class
T4
,
class
T5
>
ScRefHdlrImpl
(
const
T1
&
rt1
,
const
T2
&
rt2
,
const
T3
&
rt3
,
const
T4
&
rt4
,
const
T5
&
rt5
)
:
ScRefHdlrImplBase
<
TBase
,
bBindRef
>
(
rt1
,
rt2
,
rt3
,
rt4
,
rt5
)
{
SC_MOD
()
->
RegisterRefWindow
(
static_cast
<
sal_uInt16
>
(
static_cast
<
TDerived
*>
(
this
)
->
SLOTID
),
this
);
SC_MOD
()
->
RegisterRefWindow
(
static_cast
<
sal_uInt16
>
(
TDerived
::
SLOTID
),
this
);
}
virtual
void
dispose
()
SAL_OVERRIDE
{
SC_MOD
()
->
UnregisterRefWindow
(
static_cast
<
sal_uInt16
>
(
static_cast
<
TDerived
*>
(
this
)
->
SLOTID
),
this
);
SC_MOD
()
->
UnregisterRefWindow
(
static_cast
<
sal_uInt16
>
(
TDerived
::
SLOTID
),
this
);
ScRefHdlrImplBase
<
TBase
,
bBindRef
>::
disposeRefHandler
();
TBase
::
dispose
();
}
...
...
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