From 858e455634ebfff8ef7b65a9c97d3bc8240cd094 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Mar 2015 10:49:28 +0200 Subject: loplugin:constantfunction: various Change-Id: I6eddda9f4b31c7ce413c328b6a857a81bd222eed --- package/source/zipapi/MemoryByteGrabber.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package') diff --git a/package/source/zipapi/MemoryByteGrabber.hxx b/package/source/zipapi/MemoryByteGrabber.hxx index 5a1b1eb5e211..0e2a7393de0d 100644 --- a/package/source/zipapi/MemoryByteGrabber.hxx +++ b/package/source/zipapi/MemoryByteGrabber.hxx @@ -75,10 +75,6 @@ public: { return mnEnd - mnCurrent; } - void SAL_CALL closeInput( ) - throw(com::sun::star::io::NotConnectedException, com::sun::star::io::IOException, com::sun::star::uno::RuntimeException) - { - } // XSeekable chained... sal_Int64 SAL_CALL seek( sal_Int64 location ) -- cgit