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
41636738
Kaydet (Commit)
41636738
authored
Haz 05, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make warning more useful
Change-Id: I58226f74e644e2aa65dddf5bcb0832dc67c8a6e3
üst
b07438bd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
filtercache.cxx
filter/source/config/cache/filtercache.cxx
+4
-5
No files found.
filter/source/config/cache/filtercache.cxx
Dosyayı görüntüle @
41636738
...
@@ -164,16 +164,15 @@ void FilterCache::load(EFillState eRequired,
...
@@ -164,16 +164,15 @@ void FilterCache::load(EFillState eRequired,
// SAFE -> ----------------------------------
// SAFE -> ----------------------------------
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
SAL_WARN_IF
(
bByThread
&&
(
eRequired
&
~
m_eFillState
)
==
0
,
"filter.config"
,
"useless LateInitThread"
);
// check if required fill state is already reached ...
// check if required fill state is already reached ...
// There is nothing to do then.
// There is nothing to do then.
if
((
m_eFillState
&
eRequired
)
==
eRequired
)
if
((
m_eFillState
&
eRequired
)
==
eRequired
)
return
;
return
;
SAL_WARN_IF
(
!
bByThread
&&
((
eRequired
&
E_CONTAINS_ALL
)
==
E_CONTAINS_ALL
),
"filter.config"
,
"Who disturb our
\"
fill cache on demand
\"
feature and force loading of ALL data during office startup? Please optimize your code, so a full filled filter cache is not really needed here!"
);
// Otherwise load the missing items.
// Otherwise load the missing items.
...
...
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