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
d33d1e31
Kaydet (Commit)
d33d1e31
authored
Şub 10, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708799 unused pointer value
Change-Id: I141bb64b5e4e2f8624008f12c9551881e91f4fdb
üst
ec3c9a5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
rsc.cxx
rsc/source/rsc/rsc.cxx
+4
-6
No files found.
rsc/source/rsc/rsc.cxx
Dosyayı görüntüle @
d33d1e31
...
@@ -421,8 +421,6 @@ ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey )
...
@@ -421,8 +421,6 @@ ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey )
}
}
else
else
{
{
RscFile
*
pFNTmp
;
RscDepend
*
pDep
;
RscFileInst
aFileInst
(
pTC
,
lFileKey
,
lFileKey
,
finput
);
RscFileInst
aFileInst
(
pTC
,
lFileKey
,
lFileKey
,
finput
);
pFName
->
bScanned
=
true
;
pFName
->
bScanned
=
true
;
...
@@ -432,14 +430,14 @@ ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey )
...
@@ -432,14 +430,14 @@ ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey )
// Include-Pfad durchsuchen
// Include-Pfad durchsuchen
for
(
size_t
i
=
0
,
n
=
pFName
->
aDepLst
.
size
();
i
<
n
;
++
i
)
for
(
size_t
i
=
0
,
n
=
pFName
->
aDepLst
.
size
();
i
<
n
;
++
i
)
{
{
pDep
=
pFName
->
aDepLst
[
i
];
RscDepend
*
pDep
=
pFName
->
aDepLst
[
i
];
p
FNTmp
=
p
TC
->
aFileTab
.
GetFile
(
pDep
->
GetFileKey
()
);
pTC
->
aFileTab
.
GetFile
(
pDep
->
GetFileKey
()
);
}
}
for
(
size_t
i
=
0
,
n
=
pFName
->
aDepLst
.
size
();
i
<
n
;
++
i
)
for
(
size_t
i
=
0
,
n
=
pFName
->
aDepLst
.
size
();
i
<
n
;
++
i
)
{
{
pDep
=
pFName
->
aDepLst
[
i
];
RscDepend
*
pDep
=
pFName
->
aDepLst
[
i
];
pFNTmp
=
pTC
->
aFileTab
.
GetFile
(
pDep
->
GetFileKey
()
);
RscFile
*
pFNTmp
=
pTC
->
aFileTab
.
GetFile
(
pDep
->
GetFileKey
()
);
// Kein Pfad und Include Datei
// Kein Pfad und Include Datei
if
(
pFNTmp
&&
!
pFNTmp
->
bLoaded
)
if
(
pFNTmp
&&
!
pFNTmp
->
bLoaded
)
{
{
...
...
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