From 518b75326a83166a24b9d3c1b31ce63189f60c7f Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 18:02:27 +0100 Subject: Remove visual noise from cppuhelper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If23a1aa19949f91f900d55ff9e1d5039378d7277 Reviewed-on: https://gerrit.libreoffice.org/8248 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cppuhelper/source/factory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper/source/factory.cxx') diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index 40c12591ba04..975107432789 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -1033,7 +1033,7 @@ Reference SAL_CALL createOneInstanceRegistryFactory( rServiceManager, rImplementationName, rImplementationKey, true ); } -//################################################################################################## + Reference< lang::XSingleComponentFactory > SAL_CALL createSingleComponentFactory( ComponentFactoryFunc fptr, OUString const & rImplementationName, -- cgit