From ccb6b8967ce3d84bb141379e51a339544f753446 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Mar 2019 13:53:05 +0200 Subject: loplugin:unnecessaryvirtual Change-Id: I1fcde14b66ce80157cbebe7f3ec8c5ced1e13143 Reviewed-on: https://gerrit.libreoffice.org/68937 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/xmlstyle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xmloff') diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index 00e9d7b285bc..271f75bde520 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -214,7 +214,7 @@ public: sal_uInt16 nFamily, const OUString& rName, bool bCreateIndex = false ) const; - virtual sal_uInt16 GetFamily( const OUString& rFamily ) const; + static sal_uInt16 GetFamily( const OUString& rFamily ); virtual rtl::Reference < SvXMLImportPropertyMapper > GetImportPropertyMapper( sal_uInt16 nFamily ) const; -- cgit