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
19ebfdba
Kaydet (Commit)
19ebfdba
authored
Haz 24, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:singlevalfields in codemaker
Change-Id: I77e6ed891f4712aadb9085549d7699435c2da558
üst
358bb8ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
includes.cxx
codemaker/source/cppumaker/includes.cxx
+1
-5
includes.hxx
codemaker/source/cppumaker/includes.hxx
+0
-1
No files found.
codemaker/source/cppumaker/includes.cxx
Dosyayı görüntüle @
19ebfdba
...
@@ -46,7 +46,7 @@ Includes::Includes(
...
@@ -46,7 +46,7 @@ Includes::Includes(
m_includeSequence
(
dependencies
.
hasSequenceDependency
()),
m_includeSequence
(
dependencies
.
hasSequenceDependency
()),
m_includeType
(
dependencies
.
hasTypeDependency
()),
m_includeType
(
dependencies
.
hasTypeDependency
()),
m_includeCppuMacrosHxx
(
false
),
m_includeCppuUnotypeHxx
(
false
),
m_includeCppuMacrosHxx
(
false
),
m_includeCppuUnotypeHxx
(
false
),
m_includeOsl
DoublecheckedlockingH
(
false
),
m_includeOsl
MutexHxx
(
false
),
m_includeOslMutexHxx
(
false
),
m_includeRtlStrbufHxx
(
false
),
m_includeRtlStringH
(
false
),
m_includeRtlStrbufHxx
(
false
),
m_includeRtlStringH
(
false
),
m_includeRtlTextencH
(
false
),
m_includeRtlUstrbufHxx
(
false
),
m_includeRtlTextencH
(
false
),
m_includeRtlUstrbufHxx
(
false
),
m_includeRtlUstringH
(
false
),
m_includeRtlUstringH
(
false
),
...
@@ -210,10 +210,6 @@ void Includes::dump(FileStream & out, OUString const * companionHdl) {
...
@@ -210,10 +210,6 @@ void Includes::dump(FileStream & out, OUString const * companionHdl) {
dumpEmptyLineBeforeFirst
(
out
,
&
first
);
dumpEmptyLineBeforeFirst
(
out
,
&
first
);
out
<<
(
"#include
\"
cppu/unotype.hxx
\"\n
"
);
out
<<
(
"#include
\"
cppu/unotype.hxx
\"\n
"
);
}
}
if
(
m_includeOslDoublecheckedlockingH
)
{
dumpEmptyLineBeforeFirst
(
out
,
&
first
);
out
<<
(
"#include
\"
osl/doublecheckedlocking.h
\"\n
"
);
}
if
(
m_includeOslMutexHxx
)
{
if
(
m_includeOslMutexHxx
)
{
dumpEmptyLineBeforeFirst
(
out
,
&
first
);
dumpEmptyLineBeforeFirst
(
out
,
&
first
);
out
<<
"#include
\"
osl/mutex.hxx
\"\n
"
;
out
<<
"#include
\"
osl/mutex.hxx
\"\n
"
;
...
...
codemaker/source/cppumaker/includes.hxx
Dosyayı görüntüle @
19ebfdba
...
@@ -81,7 +81,6 @@ private:
...
@@ -81,7 +81,6 @@ private:
bool
m_includeType
;
bool
m_includeType
;
bool
m_includeCppuMacrosHxx
;
bool
m_includeCppuMacrosHxx
;
bool
m_includeCppuUnotypeHxx
;
bool
m_includeCppuUnotypeHxx
;
bool
m_includeOslDoublecheckedlockingH
;
bool
m_includeOslMutexHxx
;
bool
m_includeOslMutexHxx
;
bool
m_includeRtlStrbufHxx
;
bool
m_includeRtlStrbufHxx
;
bool
m_includeRtlStringH
;
bool
m_includeRtlStringH
;
...
...
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