From 7419057e3ec4365748fa6456e207f40fd9e09c62 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Sep 2016 16:34:14 +0200 Subject: loplugin:unusedmethods in chart2..svx Change-Id: Ifb6045885049733415895f58cdd911256f48323c Reviewed-on: https://gerrit.libreoffice.org/29187 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svtools/source/svrtf/parrtf.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx index 987051bb53a4..602ef7eb042f 100644 --- a/svtools/source/svrtf/parrtf.cxx +++ b/svtools/source/svrtf/parrtf.cxx @@ -554,7 +554,6 @@ _inSkipGroup++; void SvRTFParser::ReadUnknownData() { SkipGroup(); } void SvRTFParser::ReadBitmapData() { SkipGroup(); } -void SvRTFParser::ReadOLEData() { SkipGroup(); } SvParserState SvRTFParser::CallParser() -- cgit