diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-24 10:51:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-24 10:51:43 +0100 |
commit | 97e24dc653d5097fc819ca8b30d0c827d4540430 (patch) | |
tree | 51ef2fd9b739180bb24d4d4ed5f2e135178705e2 /vcl/inc/fontmanager.hxx | |
parent | e4ec9232b633fe6623ccfdd9813cdad614e58589 (diff) |
m_aCurrentRequest is not unused
...broken with dd351dd728687cffe432ce0ec9367ceb80e097fb "loplugin:unusedfields
in vcl/"
Change-Id: I7e9cac85ab52e538c2ce3941c8eeffb73d3d387f
Diffstat (limited to 'vcl/inc/fontmanager.hxx')
-rw-r--r-- | vcl/inc/fontmanager.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/fontmanager.hxx b/vcl/inc/fontmanager.hxx index 79891f95ccd5..bbb7517e9ca1 100644 --- a/vcl/inc/fontmanager.hxx +++ b/vcl/inc/fontmanager.hxx @@ -318,6 +318,9 @@ class VCL_PLUGIN_PUBLIC PrintFontManager static bool addFontconfigDir(const OString& rDirectory); std::set<OString> m_aPreviousLangSupportRequests; +#if defined(ENABLE_DBUS) && defined(ENABLE_PACKAGEKIT) + std::vector<OString> m_aCurrentRequests; +#endif Timer m_aFontInstallerTimer; #if defined(ENABLE_DBUS) && defined(ENABLE_PACKAGEKIT) |