From e18b08363a939b35e7f5dc435e606d2c62bddebd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 18 Dec 2015 09:37:44 +0200 Subject: loplugin:unusedmethods Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623 --- xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx') diff --git a/xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx b/xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx index 3cead43f76d6..643d4099eb93 100644 --- a/xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx +++ b/xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx @@ -100,11 +100,6 @@ namespace chelp { css::uno::RuntimeException, std::exception ) override; }; - - extern css::uno::Reference - turnToSeekable( - const css::uno::Reference& xInputStream); - } #endif // INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_BUFFEREDINPUTSTREAM_HXX -- cgit