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
e13af24d
Kaydet (Commit)
e13af24d
authored
Eki 19, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fileacc is not a separate component any more
Change-Id: I47f3dd29aba16aa2d8a5e3746c447288d2066b23
üst
5d98836c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
native-code.cxx
android/experimental/LibreOffice4Android/native-code.cxx
+0
-2
native-code.cxx
android/experimental/desktop/native-code.cxx
+0
-2
No files found.
android/experimental/LibreOffice4Android/native-code.cxx
Dosyayı görüntüle @
e13af24d
...
...
@@ -23,7 +23,6 @@ extern "C"
extern
void
*
evtatt_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
expwrap_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
fastsax_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
fileacc_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
filterconfig1_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
frm_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
fsstorage_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
...
...
@@ -89,7 +88,6 @@ lo_get_libmap(void)
{
"libevtattlo.a"
,
evtatt_component_getFactory
},
{
"libexpwrap.uno.a"
,
expwrap_component_getFactory
},
{
"libfastsax.uno.a"
,
fastsax_component_getFactory
},
{
"libfileacc.a"
,
fileacc_component_getFactory
},
{
"libfilterconfiglo.a"
,
filterconfig1_component_getFactory
},
{
"libfrmlo.a"
,
frm_component_getFactory
},
{
"libfsstoragelo.a"
,
fsstorage_component_getFactory
},
...
...
android/experimental/desktop/native-code.cxx
Dosyayı görüntüle @
e13af24d
...
...
@@ -24,7 +24,6 @@ extern "C"
extern
void
*
evtatt_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
expwrap_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
fastsax_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
fileacc_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
filterconfig1_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
frm_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
fsstorage_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
...
...
@@ -94,7 +93,6 @@ lo_get_libmap(void)
{
"libevtattlo.a"
,
evtatt_component_getFactory
},
{
"libexpwraplo.a"
,
expwrap_component_getFactory
},
{
"libfastsaxlo.a"
,
fastsax_component_getFactory
},
{
"libfileacc.a"
,
fileacc_component_getFactory
},
{
"libfilterconfiglo.a"
,
filterconfig1_component_getFactory
},
{
"libfrmlo.a"
,
frm_component_getFactory
},
{
"libfsstoragelo.a"
,
fsstorage_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