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
fc2b4401
Kaydet (Commit)
fc2b4401
authored
Mar 16, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:saloverride
Change-Id: I974bf297a5d12098d8553c862725cf1cbd4384ef
üst
18e55748
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
calbck.hxx
sw/inc/calbck.hxx
+3
-3
No files found.
sw/inc/calbck.hxx
Dosyayı görüntüle @
fc2b4401
...
@@ -107,8 +107,8 @@ protected:
...
@@ -107,8 +107,8 @@ protected:
public
:
public
:
SwClient
()
:
pRegisteredIn
(
nullptr
)
{}
SwClient
()
:
pRegisteredIn
(
nullptr
)
{}
virtual
~
SwClient
();
virtual
~
SwClient
()
SAL_OVERRIDE
;
virtual
void
Modify
(
const
SfxPoolItem
*
pOldValue
,
const
SfxPoolItem
*
pNewValue
)
virtual
void
Modify
(
const
SfxPoolItem
*
pOldValue
,
const
SfxPoolItem
*
pNewValue
)
SAL_OVERRIDE
{
CheckRegistration
(
pOldValue
,
pNewValue
);
}
{
CheckRegistration
(
pOldValue
,
pNewValue
);
}
// in case an SwModify object is destroyed that itself is registered in another SwModify,
// in case an SwModify object is destroyed that itself is registered in another SwModify,
...
@@ -250,7 +250,7 @@ public:
...
@@ -250,7 +250,7 @@ public:
our_pClientIters
=
this
;
our_pClientIters
=
this
;
m_pCurrent
=
m_pPosition
=
const_cast
<
SwClient
*>
(
m_rRoot
.
GetDepends
());
m_pCurrent
=
m_pPosition
=
const_cast
<
SwClient
*>
(
m_rRoot
.
GetDepends
());
}
}
~
SwClientIter
()
~
SwClientIter
()
SAL_OVERRIDE
{
{
assert
(
our_pClientIters
);
assert
(
our_pClientIters
);
if
(
our_pClientIters
==
this
)
if
(
our_pClientIters
==
this
)
...
...
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