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
35ce23bd
Kaydet (Commit)
35ce23bd
authored
Tem 08, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid loplugin:staticmethods in non-debug build
Change-Id: I9f98e86556ed4435d24f49b32b848eb9f9a66008
üst
24dd1b32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
xmlexp.hxx
include/xmloff/xmlexp.hxx
+1
-1
txtimppr.cxx
xmloff/source/text/txtimppr.cxx
+2
-0
No files found.
include/xmloff/xmlexp.hxx
Dosyayı görüntüle @
35ce23bd
...
@@ -340,7 +340,7 @@ public:
...
@@ -340,7 +340,7 @@ public:
// Check if common attribute list is empty.
// Check if common attribute list is empty.
#ifndef DBG_UTIL
#ifndef DBG_UTIL
void
CheckAttrList
()
{}
void
CheckAttrList
()
{
(
void
)
this
;
/* avoid loplugin:staticmethods */
}
#else
#else
void
CheckAttrList
();
void
CheckAttrList
();
#endif
#endif
...
...
xmloff/source/text/txtimppr.cxx
Dosyayı görüntüle @
35ce23bd
...
@@ -241,6 +241,8 @@ void XMLTextImportPropertyMapper::FontDefaultsCheck(
...
@@ -241,6 +241,8 @@ void XMLTextImportPropertyMapper::FontDefaultsCheck(
aAny
);
aAny
);
}
}
}
}
(
void
)
this
;
// avoid loplugin:staticmethods
}
}
namespace
{
namespace
{
...
...
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