summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-07-02 14:44:24 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2020-07-03 07:39:17 +0200
commitaa420d6320317be2a40fb5ba30a6a48c988280ba (patch)
tree64f07cb60393915af71c498a078e4eb4b1ff0a35 /include
parent366e0278e3248d703fa044c0b772e700fa2276ed (diff)
jsdialog: weld text view
Change-Id: Ia3bae7a8b812e791fc6a8888e63adca17b8910d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97764 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/weld.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index abe893bdf03a..95a63ce84f82 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -1760,6 +1760,9 @@ public:
class VCL_DLLPUBLIC TextView : virtual public Container
{
+ friend VCL_DLLPUBLIC bool jsdialog::ExecuteAction(sal_uInt64 nWindowId, const OString& rWidget,
+ StringMap& rData);
+
private:
OUString m_sSavedValue;