summaryrefslogtreecommitdiffstats
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-08 13:53:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-09 07:28:18 +0100
commitccb6b8967ce3d84bb141379e51a339544f753446 (patch)
treed355f45a0f366b172da16337e627036c024da1d2 /include/xmloff
parentuitest for bug tdf#123547 (diff)
downloadcore-ccb6b8967ce3d84bb141379e51a339544f753446.tar.gz
core-ccb6b8967ce3d84bb141379e51a339544f753446.zip
loplugin:unnecessaryvirtual
Change-Id: I1fcde14b66ce80157cbebe7f3ec8c5ced1e13143 Reviewed-on: https://gerrit.libreoffice.org/68937 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlstyle.hxx2
1 files changed, 1 insertions, 1 deletions
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;