diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-22 11:22:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-22 20:08:32 +0100 |
commit | 91d361604781f92640c9727add1e08cde854037e (patch) | |
tree | 41fdc6385156e24bc6d29cab0c0af6146629f508 /vcl/inc/unx/fontmanager.hxx | |
parent | 12e788f1102d15df9af311c77df77d64263d22fc (diff) |
use SyncDbusSessionHelper for font install requests
don't need to have two implementations here and
can reduce ifdef forest
Change-Id: I972159ece9cce417aefd5ec4acf5ba5d1d08317b
Reviewed-on: https://gerrit.libreoffice.org/46968
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/unx/fontmanager.hxx')
-rw-r--r-- | vcl/inc/unx/fontmanager.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx index 962f3186fbfb..8b791722b4a8 100644 --- a/vcl/inc/unx/fontmanager.hxx +++ b/vcl/inc/unx/fontmanager.hxx @@ -192,14 +192,10 @@ class VCL_PLUGIN_PUBLIC PrintFontManager static void addFontconfigDir(const OString& rDirectory); std::set<OString> m_aPreviousLangSupportRequests; -#if ENABLE_GIO - std::vector<OString> m_aCurrentRequests; -#endif + std::vector<OUString> m_aCurrentRequests; Timer m_aFontInstallerTimer; -#if ENABLE_GIO DECL_LINK( autoInstallFontLangSupport, Timer*, void ); -#endif PrintFontManager(); public: ~PrintFontManager(); |