summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-23 19:32:33 +0100
committerAndras Timar <andras.timar@collabora.com>2020-09-30 09:20:35 +0200
commitf658812ff1c178fe1dafbcce868f4cb40f66b311 (patch)
treef8d0f3cca02d47cbdadcf5ae2e8eec88e4746dca /cui
parentSet correct msgctxt, l10n tools do not tolerate duplicated entries (diff)
downloadcore-f658812ff1c178fe1dafbcce868f4cb40f66b311.tar.gz
core-f658812ff1c178fe1dafbcce868f4cb40f66b311.zip
fix disable qrcodegen option
Change-Id: Ic554f01125653022987c70d03c8c9d86fe3f547a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103272 Tested-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/QrCodeGenDialog.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/QrCodeGenDialog.hxx b/cui/source/inc/QrCodeGenDialog.hxx
index a3ca38d48d4a..741253f7687d 100644
--- a/cui/source/inc/QrCodeGenDialog.hxx
+++ b/cui/source/inc/QrCodeGenDialog.hxx
@@ -9,6 +9,8 @@
#ifndef INCLUDED_CUI_INC_QRCODEGENDIALOG_HXX
#define INCLUDED_CUI_INC_QRCODEGENDIALOG_HXX
+#include <config_qrcodegen.h>
+
#include <vcl/weld.hxx>
#include <com/sun/star/frame/XModel.hpp>