From 32823280efffc02a250fc8d4749b8eb0f491ae77 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 9 Nov 2017 15:47:45 +0200 Subject: loplugin:unusedmethods Change-Id: I543b0943f0bc918d59debc8ee051f88c29d18454 Reviewed-on: https://gerrit.libreoffice.org/44553 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/ui/misc/HtmlReader.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dbaccess/source/ui/misc/HtmlReader.cxx') diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx index 176f9eeab172..9493af953f17 100644 --- a/dbaccess/source/ui/misc/HtmlReader.cxx +++ b/dbaccess/source/ui/misc/HtmlReader.cxx @@ -503,11 +503,6 @@ void OHTMLReader::setTextEncoding() ParseMetaOptions(nullptr, nullptr); } -void OHTMLReader::release() -{ - ReleaseRef(); -} - TypeSelectionPageFactory OHTMLReader::getTypeSelectionPageFactory() { return &OWizHTMLExtend::Create; -- cgit