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
61e02585
Kaydet (Commit)
61e02585
authored
Ara 19, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix up constructor function declarations
Change-Id: I68ec96b20da1603e5cafd31d620d8dd54306627a
üst
0506c3a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
component-declarations.h
include/osl/detail/component-declarations.h
+12
-12
No files found.
include/osl/detail/component-declarations.h
Dosyayı görüntüle @
61e02585
...
...
@@ -97,18 +97,18 @@ void * xo_component_getFactory( const char * , void * , void * );
void
*
xof_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
xstor_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_extensions_xml_sax_FastParser
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_extensions_xml_sax_ParserExpat
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_DLLComponentLoader
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_ImplementationRegistration
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_NestedRegistry
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_ORegistryServiceManager
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_OServiceManager
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_OServiceManagerWrapper
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_SimpleRegistry
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_extensions_xml_sax_Writer
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_security_comp_stoc_AccessController
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_security_comp_stoc_FilePolicy
_component_getFactory
(
const
char
*
,
void
*
,
void
*
);
void
*
com_sun_star_comp_extensions_xml_sax_FastParser
(
void
*
,
void
*
);
void
*
com_sun_star_comp_extensions_xml_sax_ParserExpat
(
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_DLLComponentLoader
(
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_ImplementationRegistration
(
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_NestedRegistry
(
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_ORegistryServiceManager
(
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_OServiceManager
(
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_OServiceManagerWrapper
(
void
*
,
void
*
);
void
*
com_sun_star_comp_stoc_SimpleRegistry
(
void
*
,
void
*
);
void
*
com_sun_star_extensions_xml_sax_Writer
(
void
*
,
void
*
);
void
*
com_sun_star_security_comp_stoc_AccessController
(
void
*
,
void
*
);
void
*
com_sun_star_security_comp_stoc_FilePolicy
(
void
*
,
void
*
);
#ifdef __cplusplus
}
...
...
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