From 97e24dc653d5097fc819ca8b30d0c827d4540430 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 24 Nov 2015 10:51:43 +0100 Subject: m_aCurrentRequest is not unused ...broken with dd351dd728687cffe432ce0ec9367ceb80e097fb "loplugin:unusedfields in vcl/" Change-Id: I7e9cac85ab52e538c2ce3941c8eeffb73d3d387f --- vcl/inc/fontmanager.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vcl/inc/fontmanager.hxx') 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 m_aPreviousLangSupportRequests; +#if defined(ENABLE_DBUS) && defined(ENABLE_PACKAGEKIT) + std::vector m_aCurrentRequests; +#endif Timer m_aFontInstallerTimer; #if defined(ENABLE_DBUS) && defined(ENABLE_PACKAGEKIT) -- cgit