From c774ad610eb828742a3eea050e5a7571ba3b00be Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Mar 2018 13:48:09 +0200 Subject: loplugin:constantparam in svtools..unotools Change-Id: I6e72fbe44dcb65ee5162448e9a72e6437d56b044 Reviewed-on: https://gerrit.libreoffice.org/50948 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/unotools/fontcvt.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/unotools') diff --git a/include/unotools/fontcvt.hxx b/include/unotools/fontcvt.hxx index bd640bd3593b..4b7ef6e35b95 100644 --- a/include/unotools/fontcvt.hxx +++ b/include/unotools/fontcvt.hxx @@ -30,11 +30,10 @@ enum class FontToSubsFontFlags { IMPORT = 0x01, EXPORT = 0x02, - ONLYOLDSOSYMBOLFONTS = 0x04, }; namespace o3tl { - template<> struct typed_flags : is_typed_flags {}; + template<> struct typed_flags : is_typed_flags {}; } typedef void* FontToSubsFontConverter; -- cgit