From a700ce8e2b2f2dad50bf36dfd69de577211f1dc3 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 15 Jan 2014 15:06:17 +0100 Subject: Unify ctor functions to have _get_implementation suffix. Change-Id: I07fe0671d0633ef9480a4f3431df6a64c7902db8 --- sax/source/expatwrap/expwrap.component | 6 +++--- sax/source/expatwrap/sax_expat.cxx | 2 +- sax/source/expatwrap/saxwriter.cxx | 2 +- sax/source/fastparser/fastparser.cxx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sax') diff --git a/sax/source/expatwrap/expwrap.component b/sax/source/expatwrap/expwrap.component index 306e517ef2ea..612819865a80 100644 --- a/sax/source/expatwrap/expwrap.component +++ b/sax/source/expatwrap/expwrap.component @@ -20,15 +20,15 @@ + constructor="com_sun_star_comp_extensions_xml_sax_ParserExpat_get_implementation"> + constructor="com_sun_star_extensions_xml_sax_Writer_get_implementation"> + constructor="com_sun_star_comp_extensions_xml_sax_FastParser_get_implementation"> diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx index 19f2f3a723f1..456aca2f50e5 100644 --- a/sax/source/expatwrap/sax_expat.cxx +++ b/sax/source/expatwrap/sax_expat.cxx @@ -1020,7 +1020,7 @@ void SaxExpatParser_Impl::callbackEndCDATA( void *pvThis ) } // namespace extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_comp_extensions_xml_sax_ParserExpat( +com_sun_star_comp_extensions_xml_sax_ParserExpat_get_implementation( SAL_UNUSED_PARAMETER css::uno::XComponentContext *, css::uno::Sequence const &) { diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx index 38975bf59cf3..7f0d498ae2cc 100644 --- a/sax/source/expatwrap/saxwriter.cxx +++ b/sax/source/expatwrap/saxwriter.cxx @@ -1373,7 +1373,7 @@ void SAXWriter::unknown(const OUString& sString) throw (SAXException, RuntimeExc } // namespace extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_extensions_xml_sax_Writer( +com_sun_star_extensions_xml_sax_Writer_get_implementation( SAL_UNUSED_PARAMETER css::uno::XComponentContext *, css::uno::Sequence const &) { diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 99a8e93154e8..5f86b88bf5dc 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -1427,7 +1427,7 @@ bool FastSaxParser::hasNamespaceURL( const OUString& rPrefix ) const } // namespace sax_fastparser extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_comp_extensions_xml_sax_FastParser( +com_sun_star_comp_extensions_xml_sax_FastParser_get_implementation( SAL_UNUSED_PARAMETER css::uno::XComponentContext *, css::uno::Sequence const &) { -- cgit