summaryrefslogtreecommitdiff
path: root/cui/source/inc/QrCodeGenDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/QrCodeGenDialog.hxx')
-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 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;