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
c959586c
Kaydet (Commit)
c959586c
authored
Ara 27, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: fix Same expression on both sides of '||' + simplify a bit
Change-Id: I7903c4af5263f93dc4d311b73cb21e144a63d8d9
üst
4148ba70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
module.cxx
idl/source/objects/module.cxx
+3
-7
No files found.
idl/source/objects/module.cxx
Dosyayı görüntüle @
c959586c
...
@@ -151,26 +151,22 @@ void SvMetaModule::WriteAttributesSvIdl( SvIdlDataBase & rBase,
...
@@ -151,26 +151,22 @@ void SvMetaModule::WriteAttributesSvIdl( SvIdlDataBase & rBase,
sal_uInt16
nTab
)
sal_uInt16
nTab
)
{
{
SvMetaExtern
::
WriteAttributesSvIdl
(
rBase
,
rOutStm
,
nTab
);
SvMetaExtern
::
WriteAttributesSvIdl
(
rBase
,
rOutStm
,
nTab
);
if
(
!
a
TypeLibFil
e
.
getString
().
isEmpty
()
||
!
aSlotIdFile
.
getString
().
isEmpty
()
||
!
aTypeLibFile
.
getString
().
isEmpty
()
)
if
(
!
a
HelpFileNam
e
.
getString
().
isEmpty
()
||
!
aSlotIdFile
.
getString
().
isEmpty
()
||
!
aTypeLibFile
.
getString
().
isEmpty
()
)
{
{
WriteTab
(
rOutStm
,
nTab
);
if
(
!
aHelpFileName
.
getString
().
isEmpty
()
)
if
(
!
aHelpFileName
.
getString
().
isEmpty
()
)
{
{
WriteTab
(
rOutStm
,
nTab
);
aHelpFileName
.
WriteSvIdl
(
SvHash_HelpFile
(),
rOutStm
,
nTab
+
1
);
aHelpFileName
.
WriteSvIdl
(
SvHash_HelpFile
(),
rOutStm
,
nTab
+
1
);
rOutStm
<<
';'
<<
endl
;
}
}
if
(
!
aSlotIdFile
.
getString
().
isEmpty
()
)
if
(
!
aSlotIdFile
.
getString
().
isEmpty
()
)
{
{
WriteTab
(
rOutStm
,
nTab
);
aSlotIdFile
.
WriteSvIdl
(
SvHash_SlotIdFile
(),
rOutStm
,
nTab
+
1
);
aSlotIdFile
.
WriteSvIdl
(
SvHash_SlotIdFile
(),
rOutStm
,
nTab
+
1
);
rOutStm
<<
';'
<<
endl
;
}
}
if
(
!
aTypeLibFile
.
getString
().
isEmpty
()
)
if
(
!
aTypeLibFile
.
getString
().
isEmpty
()
)
{
{
WriteTab
(
rOutStm
,
nTab
);
aTypeLibFile
.
WriteSvIdl
(
SvHash_TypeLibFile
(),
rOutStm
,
nTab
+
1
);
aTypeLibFile
.
WriteSvIdl
(
SvHash_TypeLibFile
(),
rOutStm
,
nTab
+
1
);
rOutStm
<<
';'
<<
endl
;
}
}
rOutStm
<<
';'
<<
endl
;
}
}
}
}
...
...
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