summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 736f653c7665..d1f675a3be07 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -809,6 +809,7 @@ public:
::comphelper::Base64::encode(aBuffer, aSeq);
aTree.put("image", aBuffer.makeStringAndClear());
}
+ aTree.put("text", GetQuickHelpText());
return aTree;
}
};