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
97df2dee
Kaydet (Commit)
97df2dee
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: Ieb3f5a50ed0ddc9109dc0ad16caa8a8ac5b16362
üst
d0ba487b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
textundo.cxx
vcl/source/edit/textundo.cxx
+1
-0
event.cxx
vcl/source/window/event.cxx
+1
-0
No files found.
vcl/source/edit/textundo.cxx
Dosyayı görüntüle @
97df2dee
...
...
@@ -108,6 +108,7 @@ bool TextUndoManager::Redo()
void
TextUndoManager
::
UndoRedoStart
()
{
DBG_ASSERT
(
GetView
(),
"Undo/Redo: Active View?"
);
(
void
)
this
;
// avoid loplugin:staticmethods
}
void
TextUndoManager
::
UndoRedoEnd
()
...
...
vcl/source/window/event.cxx
Dosyayı görüntüle @
97df2dee
...
...
@@ -295,6 +295,7 @@ void Window::RemoveUserEvent( ImplSVEvent * nUserEvent )
"Window::RemoveUserEvent(): Event doesn't send to this window or is already removed"
);
DBG_ASSERT
(
nUserEvent
->
mbCall
,
"Window::RemoveUserEvent(): Event is already removed"
);
(
void
)
this
;
// avoid loplugin:staticmethods
if
(
nUserEvent
->
mpWindow
)
{
...
...
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