diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-10-25 22:58:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-26 08:55:23 +0200 |
commit | aded98ce3d7a4189a4fa30989505da9427abc83b (patch) | |
tree | 494514c970c1d70b6373ceb9b22b0b11b595e8d7 /include | |
parent | 4130a5c4b07b5d440d05ab7df0d593373cd76044 (diff) |
Refactor font substitute removing (vcl/svtools)
+ replace list by vector for maFontSubstList
Change-Id: I4d5668611212358c759fa5cf26f5341311551298
Reviewed-on: https://gerrit.libreoffice.org/43855
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 2bb258f95213..dab8630eab47 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1253,8 +1253,7 @@ public: static void AddFontSubstitute( const OUString& rFontName, const OUString& rReplaceFontName, AddFontSubstituteFlags nFlags ); - static void RemoveFontSubstitute( sal_uInt16 n ); - static sal_uInt16 GetFontSubstituteCount(); + static void RemoveFontsSubstitute(); static vcl::Font GetDefaultFont( DefaultFontType nType, LanguageType eLang, |