From 7e776c0027c19f1bb8e64dd68d3fd9ded0b5d896 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 2 Oct 2015 08:37:23 +0200 Subject: loplugin:unusedmethods Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af --- include/linguistic/misc.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linguistic') diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx index 3310f91aa77a..386e04d0053e 100644 --- a/include/linguistic/misc.hxx +++ b/include/linguistic/misc.hxx @@ -144,7 +144,6 @@ LNG_DLLPUBLIC bool HasDigits( const OUString &rText ); LNG_DLLPUBLIC bool IsNumeric( const OUString &rText ); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > GetOneInstanceService( const char *pServiceName ); LNG_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XLinguProperties > GetLinguProperties(); ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSearchableDictionaryList > GetDictionaryList(); ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XDictionary > GetIgnoreAllList(); -- cgit