From b975aceec3c5f101916b525c10c44408b3e9da9d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Jul 2015 14:20:18 +0200 Subject: loplugin:unusedmethods sw(part2) Change-Id: Ib95638267c5a7df73ccdd179dd62ac7c9a53a5e4 Reviewed-on: https://gerrit.libreoffice.org/17262 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/html/swcss1.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sw/source/filter/html/swcss1.hxx') diff --git a/sw/source/filter/html/swcss1.hxx b/sw/source/filter/html/swcss1.hxx index 9beac833570d..b7cd01e827c3 100644 --- a/sw/source/filter/html/swcss1.hxx +++ b/sw/source/filter/html/swcss1.hxx @@ -59,9 +59,6 @@ class SwCSS1Parser : public SvxCSS1Parser bool bLinkCharFormatsSet : 1; - // die Vorlagen fuer DL anlegen - SwTextFormatColl* GetDefListTextFormatColl( sal_uInt16 nCollId, sal_uInt16 nDeep ); - const SwPageDesc* GetPageDesc( sal_uInt16 nPoolId, bool bCreate ); void SetTableTextColl( bool bHeader ); -- cgit