diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2023-09-25 14:07:21 +0200 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-12 10:16:04 +0200 |
commit | 6317dbc5a80acdbf727e538e0da58bf130aea14f (patch) | |
tree | ee24fa63ac73b9310660c24a0a234a2a010ca79b /cui | |
parent | 92f3d912f703e3c84cbd9e0b43a34d12d130e3dd (diff) |
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 <vmiklos@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
(cherry picked from commit 21554305046e7faeb6d64c4eea622b968db1f474)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157778
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/QrCodeGenDialog.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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; |