From c0ce1ec3736be861a2ed58827fadb25269ab0117 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Jun 2017 10:36:23 +0200 Subject: loplugin:unusedfields in sfx2 part1 and fix a memory leak in NotebookbarTabControl where it was not freeing it's m_pListener field Change-Id: Ib9970c9084982d532fa38d1bc3c44180ab2c3c39 Reviewed-on: https://gerrit.libreoffice.org/39036 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/docfilt.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sfx2/docfilt.hxx') diff --git a/include/sfx2/docfilt.hxx b/include/sfx2/docfilt.hxx index d4628b30027d..47454f90e742 100644 --- a/include/sfx2/docfilt.hxx +++ b/include/sfx2/docfilt.hxx @@ -60,7 +60,6 @@ class SFX2_DLLPUBLIC SfxFilter SfxFilterFlags nFormatType; sal_uIntPtr nVersion; SotClipboardFormatId lFormat; - sal_uInt16 nDocIcon; public: SfxFilter( const OUString& rProvider, const OUString& rFilterName ); @@ -70,7 +69,6 @@ public: SfxFilterFlags nFormatType, SotClipboardFormatId lFormat, const OUString &rTypeName, - sal_uInt16 nDocIcon, const OUString &rMimeType, const OUString &rUserData, const OUString& rServiceName ); -- cgit