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
5ef3e4ca
Kaydet (Commit)
5ef3e4ca
authored
Mar 27, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Do support the deployment component unconditionally, and add ucpexpand1
Change-Id: I8a3749be43efc77317f7f10c7fd6eadaf79f99c7
üst
aeb1c38c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
shlib.cxx
cppuhelper/source/shlib.cxx
+3
-4
No files found.
cppuhelper/source/shlib.cxx
Dosyayı görüntüle @
5ef3e4ca
...
...
@@ -445,9 +445,7 @@ extern "C"
extern
void
*
bootstrap_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
configmgr_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
comphelp_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
#if HAVE_FEATURE_EXTENSIONS
extern
void
*
deployment_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
#endif
extern
void
*
expwrap_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
fastsax_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
filterconfig1_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
...
...
@@ -462,6 +460,7 @@ extern "C"
extern
void
*
stocservices_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
i18npool_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
ucb_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
ucpexpand1_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
ucpfile_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
utl_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
vcl_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
...
...
@@ -546,6 +545,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
{
"liblocalebe1.uno.a"
,
localebe1_component_getFactory
},
{
"libreflection.uno.a"
,
reflection_component_getFactory
},
{
"libstocservices.uno.a"
,
stocservices_component_getFactory
},
{
"libucpexpand1.uno.a"
,
ucpexpand1_component_getFactory
},
#else
{
"configmgr.uno.a"
,
configmgr_component_getFactory
},
{
"expwrap.uno.a"
,
expwrap_component_getFactory
},
...
...
@@ -555,11 +555,10 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
{
"localebe1.uno.a"
,
localebe1_component_getFactory
},
{
"reflection.uno.a"
,
reflection_component_getFactory
},
{
"stocservices.uno.a"
,
stocservices_component_getFactory
},
{
"ucpexpand1.uno.a"
,
ucpexpand1_component_getFactory
},
#endif
{
"libcomphelp"
CPPU_STRINGIFY
(
CPPU_ENV
)
".a"
,
comphelp_component_getFactory
},
#if HAVE_FEATURE_EXTENSIONS
{
"libdeployment.a"
,
deployment_component_getFactory
},
#endif
{
"libfilterconfiglo.a"
,
filterconfig1_component_getFactory
},
{
"libfwklo.a"
,
fwk_component_getFactory
},
{
"libpackage2.a"
,
package2_component_getFactory
},
...
...
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