summaryrefslogtreecommitdiff
path: root/vcl/inc/fontmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/fontmanager.hxx')
-rw-r--r--vcl/inc/fontmanager.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/fontmanager.hxx b/vcl/inc/fontmanager.hxx
index 13bd05fd1622..fd0d13a2096c 100644
--- a/vcl/inc/fontmanager.hxx
+++ b/vcl/inc/fontmanager.hxx
@@ -327,8 +327,9 @@ class VCL_PLUGIN_PUBLIC PrintFontManager
std::vector<OString> m_aCurrentRequests;
Timer m_aFontInstallerTimer;
+#if defined(ENABLE_DBUS) && defined(ENABLE_PACKAGEKIT)
DECL_LINK_TYPED( autoInstallFontLangSupport, Timer*, void );
-
+#endif
PrintFontManager();
~PrintFontManager();
public: