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
a2f65879
Kaydet (Commit)
a2f65879
authored
Haz 05, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
...and so m_lChangedDetectServices is alway empty
Change-Id: I9a4ef55eb243f5aabd0c909b0e4594c928e459cd
üst
db4d07e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
filtercache.cxx
filter/source/config/cache/filtercache.cxx
+0
-4
filtercache.hxx
filter/source/config/cache/filtercache.hxx
+0
-1
No files found.
filter/source/config/cache/filtercache.cxx
Dosyayı görüntüle @
a2f65879
...
...
@@ -98,7 +98,6 @@ FilterCache* FilterCache::clone() const
pClone
->
m_lChangedTypes
=
m_lChangedTypes
;
pClone
->
m_lChangedFilters
=
m_lChangedFilters
;
pClone
->
m_lChangedDetectServices
=
m_lChangedDetectServices
;
pClone
->
m_lChangedFrameLoaders
=
m_lChangedFrameLoaders
;
pClone
->
m_lChangedContentHandlers
=
m_lChangedContentHandlers
;
...
...
@@ -132,8 +131,6 @@ void FilterCache::takeOver(const FilterCache& rClone)
if
(
rClone
.
m_lChangedTypes
.
size
()
>
0
)
m_lTypes
=
rClone
.
m_lTypes
;
if
(
rClone
.
m_lChangedDetectServices
.
size
()
>
0
)
m_lDetectServices
=
rClone
.
m_lDetectServices
;
if
(
rClone
.
m_lChangedFilters
.
size
()
>
0
)
m_lFilters
=
rClone
.
m_lFilters
;
if
(
rClone
.
m_lChangedFrameLoaders
.
size
()
>
0
)
...
...
@@ -142,7 +139,6 @@ void FilterCache::takeOver(const FilterCache& rClone)
m_lContentHandlers
=
rClone
.
m_lContentHandlers
;
m_lChangedTypes
.
clear
();
m_lChangedDetectServices
.
clear
();
m_lChangedFilters
.
clear
();
m_lChangedFrameLoaders
.
clear
();
m_lChangedContentHandlers
.
clear
();
...
...
filter/source/config/cache/filtercache.hxx
Dosyayı görüntüle @
a2f65879
...
...
@@ -236,7 +236,6 @@ class FilterCache : public BaseLock
/** TODO document me ... */
OUStringList
m_lChangedTypes
;
OUStringList
m_lChangedFilters
;
OUStringList
m_lChangedDetectServices
;
OUStringList
m_lChangedFrameLoaders
;
OUStringList
m_lChangedContentHandlers
;
...
...
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