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
da1073f1
Kaydet (Commit)
da1073f1
authored
Eyl 02, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
let unit tests use the solver's config xml with OOO_CONFIG_REGISTRY_DIR
üst
7872be8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
components.cxx
configmgr/source/components.cxx
+15
-2
No files found.
configmgr/source/components.cxx
Dosyayı görüntüle @
da1073f1
...
...
@@ -511,7 +511,20 @@ Components::Components(
lock_
=
lock
();
OSL_ASSERT
(
context
.
is
());
RTL_LOGFILE_TRACE_AUTHOR
(
"configmgr"
,
"sb"
,
"begin parsing"
);
// Check if we are being used for in-tree unit tests ...
rtl
::
OUString
aUnitTestDir
;
if
(
rtl
::
Bootstrap
::
get
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"OOO_CONFIG_REGISTRY_DIR"
)
),
aUnitTestDir
))
{
parseXcsXcuLayer
(
0
,
aUnitTestDir
);
// next is required for the (somewhat strange) filter configuration
parseModuleLayer
(
1
,
aUnitTestDir
+
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"/spool"
)));
return
;
}
RTL_LOGFILE_TRACE
(
"configmgr : begin parsing"
);
parseXcsXcuLayer
(
0
,
expand
(
...
...
@@ -582,7 +595,7 @@ Components::Components(
"PackageRegistryBackend/configmgr.ini"
))),
true
);
parseModificationLayer
();
RTL_LOGFILE_TRACE
_AUTHOR
(
"configmgr"
,
"sb"
,
"
end parsing"
);
RTL_LOGFILE_TRACE
(
"configmgr :
end parsing"
);
}
Components
::~
Components
()
...
...
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