[Libreoffice-commits] core.git: vcl/inc

Stephan Bergmann sbergman at redhat.com
Tue Nov 24 01:52:51 PST 2015


 vcl/inc/fontmanager.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 97e24dc653d5097fc819ca8b30d0c827d4540430
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 24 10:51:43 2015 +0100

    m_aCurrentRequest is not unused
    
    ...broken with dd351dd728687cffe432ce0ec9367ceb80e097fb "loplugin:unusedfields
    in vcl/"
    
    Change-Id: I7e9cac85ab52e538c2ce3941c8eeffb73d3d387f

diff --git a/vcl/inc/fontmanager.hxx b/vcl/inc/fontmanager.hxx
index 79891f9..bbb7517 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)


More information about the Libreoffice-commits mailing list