summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-12-03 11:16:08 +0100
committerAndras Timar <andras.timar@collabora.com>2021-04-07 20:10:08 +0200
commitc8975ea3d0214b4c8459e8709b51ac70771334e2 (patch)
treec8c45795801d9d4cc0c1a52279fb771b8d034ddc /include/tools
parent8810c4207ecd666b77db3bcf79c7008b1abd92fa (diff)
jsdialog: send close on dialog response
Change-Id: I730d99cc9aa519f07d6b1c436d749f2c0b044bfd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107151 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107349 Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/json_writer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/json_writer.hxx b/include/tools/json_writer.hxx
index 10e1a3a7aafc..c4b3004cf979 100644
--- a/include/tools/json_writer.hxx
+++ b/include/tools/json_writer.hxx
@@ -74,7 +74,7 @@ public:
std::string extractAsStdString();
/** returns true if the current JSON data matches the string */
- bool isDataEquals(const std::string&);
+ bool isDataEquals(const std::string&) const;
private:
void endNode();