From 3cba672351b2736e35fcaba1b4b465da5b4ecc9a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 2 Oct 2012 11:19:05 +0300 Subject: Use prefix Change-Id: I84ec9d6eed209eb429f5b5d4a667d3450a1435e1 --- io/source/TextInputStream/TextInputStream.cxx | 2 +- io/source/TextInputStream/textinstream.component | 2 +- io/source/TextOutputStream/TextOutputStream.cxx | 2 +- io/source/TextOutputStream/textoutstream.component | 2 +- io/source/acceptor/acceptor.component | 2 +- io/source/acceptor/acceptor.cxx | 2 +- io/source/connector/connector.component | 2 +- io/source/connector/connector.cxx | 2 +- io/source/stm/factreg.cxx | 2 +- io/source/stm/streams.component | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'io') diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index 8015c3be27bd..5e87cf6c1d51 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -493,7 +493,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) } //================================================================================================== -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL textinstream_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); diff --git a/io/source/TextInputStream/textinstream.component b/io/source/TextInputStream/textinstream.component index 8c021499bb9f..5d543a1a458c 100644 --- a/io/source/TextInputStream/textinstream.component +++ b/io/source/TextInputStream/textinstream.component @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index da32f3457459..beabc010bc68 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -292,7 +292,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) } //================================================================================================== -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL textoutstream_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); diff --git a/io/source/TextOutputStream/textoutstream.component b/io/source/TextOutputStream/textoutstream.component index f498f5a74a80..807489cfa36c 100644 --- a/io/source/TextOutputStream/textoutstream.component +++ b/io/source/TextOutputStream/textoutstream.component @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - diff --git a/io/source/acceptor/acceptor.component b/io/source/acceptor/acceptor.component index 1fcb6ab7fecb..0b4877bc7b67 100644 --- a/io/source/acceptor/acceptor.component +++ b/io/source/acceptor/acceptor.component @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx index d3efe3be0b72..eb94ca532395 100644 --- a/io/source/acceptor/acceptor.cxx +++ b/io/source/acceptor/acceptor.cxx @@ -339,7 +339,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) } //================================================================================================== -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL acceptor_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); diff --git a/io/source/connector/connector.component b/io/source/connector/connector.component index 13f05134bda0..3e60b1802ca1 100644 --- a/io/source/connector/connector.component +++ b/io/source/connector/connector.component @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx index 72401cda6e6d..9ba335ba637e 100644 --- a/io/source/connector/connector.cxx +++ b/io/source/connector/connector.cxx @@ -250,7 +250,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) } //================================================================================================== -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL connector_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); diff --git a/io/source/stm/factreg.cxx b/io/source/stm/factreg.cxx index 35111fa5e09f..ccd4eac14662 100644 --- a/io/source/stm/factreg.cxx +++ b/io/source/stm/factreg.cxx @@ -94,7 +94,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) } //================================================================================================== -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL streams_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); diff --git a/io/source/stm/streams.component b/io/source/stm/streams.component index 1469ef13aca2..7de1ebb6ba2b 100644 --- a/io/source/stm/streams.component +++ b/io/source/stm/streams.component @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - -- cgit