From e140e40c12118f3af630545a773bece8aaf3a18c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Oct 2016 15:18:44 +0200 Subject: loplugin:expandablemethodds in lotuswordpro..package Change-Id: Id33d88edc4be00f4238792d885e392cc08e72386 Reviewed-on: https://gerrit.libreoffice.org/30017 Tested-by: Jenkins Reviewed-by: Noel Grandin --- package/inc/ZipPackageStream.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'package/inc/ZipPackageStream.hxx') diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index bd1367bab7fa..d6e1763e86af 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -77,7 +77,6 @@ private: throw(css::uno::RuntimeException); public: - bool IsEncrypted () const { return m_bIsEncrypted;} bool IsPackageMember () const { return m_nStreamMode == PACKAGE_STREAM_PACKAGEMEMBER;} bool IsFromManifest() const { return m_bFromManifest; } -- cgit