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
2508ec10
Kaydet (Commit)
2508ec10
authored
Tem 28, 2017
tarafından
Pranav Kant
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lokdialog: Suppress duplicate callbacks in flush handler
Change-Id: I94578b9e9c7fc2e6a9d14effe456d821768a0bcb
üst
ea03e6ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
init.cxx
desktop/source/lib/init.cxx
+1
-0
No files found.
desktop/source/lib/init.cxx
Dosyayı görüntüle @
2508ec10
...
...
@@ -758,6 +758,7 @@ void CallbackFlushHandler::queue(const int type, const char* data)
case
LOK_CALLBACK_SET_PART
:
case
LOK_CALLBACK_TEXT_VIEW_SELECTION
:
case
LOK_CALLBACK_INVALIDATE_HEADER
:
case
LOK_CALLBACK_DIALOG_INVALIDATE
:
{
const
auto
&
pos
=
std
::
find_if
(
m_queue
.
rbegin
(),
m_queue
.
rend
(),
[
type
]
(
const
queue_type
::
value_type
&
elem
)
{
return
(
elem
.
first
==
type
);
});
...
...
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