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
56209b90
Kaydet (Commit)
56209b90
authored
Haz 02, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:cstylecast: deal with those that are (technically) const_cast
Change-Id: I5862e1b0492f51b679a47ec8a08e1ca392a0a1fa
üst
fea2e004
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
poolio.cxx
svl/source/items/poolio.cxx
+2
-2
No files found.
svl/source/items/poolio.cxx
Dosyayı görüntüle @
56209b90
...
...
@@ -427,7 +427,7 @@ void SfxItemPool_Impl::readTheItems (
{
// Loaded Item
SfxPoolItem
*&
rpNewItem
=
(
SfxPoolItem
*&
)(
*
ppArr
)
->
operator
[](
nNew
);
(
*
ppArr
)
->
operator
[](
nNew
);
// Unused surrogate?
if
(
!
rpNewItem
)
...
...
@@ -450,7 +450,7 @@ void SfxItemPool_Impl::readTheItems (
if
(
!
bFound
)
{
if
(
nFree
!=
SAL_MAX_UINT32
)
(
SfxPoolItem
*&
)(
*
ppArr
)
->
operator
[](
nFree
)
=
pOldItem
;
(
*
ppArr
)
->
operator
[](
nFree
)
=
pOldItem
;
else
(
*
ppArr
)
->
push_back
(
pOldItem
);
}
...
...
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