cui/source/inc/QrCodeGenDialog.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 21554305046e7faeb6d64c4eea622b968db1f474
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Mon Sep 25 14:07:21 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Mon Sep 25 15:28:12 2023 +0200

    COWASM-02 - Fix wasm build for co-23.05
    
    "Undeclared identifier mpParent in GetParent()"
    
    Change-Id: Ib613b2cf303b0ac50c6e899deda25d99c7e22343
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157245
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/cui/source/inc/QrCodeGenDialog.hxx 
b/cui/source/inc/QrCodeGenDialog.hxx
index e477c0b44879..02037ad4cdf6 100644
--- a/cui/source/inc/QrCodeGenDialog.hxx
+++ b/cui/source/inc/QrCodeGenDialog.hxx
@@ -28,7 +28,9 @@ public:
                          const std::function<void(sal_Int32)>& rFunc);
 
     void Apply();
+#if ENABLE_ZXING
     weld::Widget* GetParent() { return mpParent; }
+#endif
 
 private:
     css::uno::Reference<css::frame::XModel> m_xModel;

Reply via email to