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
4a8c0d31
Kaydet (Commit)
4a8c0d31
authored
Ock 04, 2016
tarafından
Andrzej Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:implicitboolconversion
Change-Id: I2ef26c34a424e653d85597c85baa736c19004313
üst
6cf667cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
typelib.cxx
cppu/source/typelib/typelib.cxx
+2
-2
No files found.
cppu/source/typelib/typelib.cxx
Dosyayı görüntüle @
4a8c0d31
...
@@ -383,10 +383,10 @@ static inline void typelib_typedescription_initTables(
...
@@ -383,10 +383,10 @@ static inline void typelib_typedescription_initTables(
{
{
typelib_InterfaceTypeDescription
*
pITD
=
reinterpret_cast
<
typelib_InterfaceTypeDescription
*>
(
pTD
);
typelib_InterfaceTypeDescription
*
pITD
=
reinterpret_cast
<
typelib_InterfaceTypeDescription
*>
(
pTD
);
std
::
vector
<
sal_B
ool
>
aReadWriteAttributes
(
pITD
->
nAllMembers
);
std
::
vector
<
b
ool
>
aReadWriteAttributes
(
pITD
->
nAllMembers
);
for
(
sal_Int32
i
=
pITD
->
nAllMembers
;
i
--
;
)
for
(
sal_Int32
i
=
pITD
->
nAllMembers
;
i
--
;
)
{
{
aReadWriteAttributes
[
i
]
=
sal_F
alse
;
aReadWriteAttributes
[
i
]
=
f
alse
;
if
(
typelib_TypeClass_INTERFACE_ATTRIBUTE
==
pITD
->
ppAllMembers
[
i
]
->
eTypeClass
)
if
(
typelib_TypeClass_INTERFACE_ATTRIBUTE
==
pITD
->
ppAllMembers
[
i
]
->
eTypeClass
)
{
{
typelib_TypeDescription
*
pM
=
nullptr
;
typelib_TypeDescription
*
pM
=
nullptr
;
...
...
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