From ff85e8319a263e428ce53f7758092475b953afba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 30 Jan 2013 14:46:50 +0200 Subject: fdo#46808, convert io::TextInputStream service to new style Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1 --- forms/source/xforms/unohelper.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'forms/source/xforms/unohelper.hxx') diff --git a/forms/source/xforms/unohelper.hxx b/forms/source/xforms/unohelper.hxx index 41e78fde5b9c..84f07da13316 100644 --- a/forms/source/xforms/unohelper.hxx +++ b/forms/source/xforms/unohelper.hxx @@ -35,10 +35,6 @@ namespace com { namespace sun { namespace star { namespace xforms { -/** instantiate a UNO service using the process global service factory */ -com::sun::star::uno::Reference - createInstance( const rtl::OUString& sServiceName ); - /** copy the properties from one PropertySet into the next */ void copy( const com::sun::star::uno::Reference& , com::sun::star::uno::Reference& ); -- cgit