diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-19 09:58:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-19 09:58:59 +0100 |
commit | 61e02585ea3ab6794fcae28c9b96d35b3ff96257 (patch) | |
tree | a16068a1cd1ff8773874bc66b25835cede6420a9 /include/osl | |
parent | 0506c3a1f04e707684834fe8fd60ab5d0a96cc0e (diff) |
Fix up constructor function declarations
Change-Id: I68ec96b20da1603e5cafd31d620d8dd54306627a
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/detail/component-declarations.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/include/osl/detail/component-declarations.h b/include/osl/detail/component-declarations.h index 8bcbda373bc6..b8fb658d2822 100644 --- a/include/osl/detail/component-declarations.h +++ b/include/osl/detail/component-declarations.h @@ -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 } |