[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - include/vcl
Tor Lillqvist
tml at collabora.com
Mon Dec 14 02:42:30 PST 2015
include/vcl/salnativewidgets.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f3bcf57125196333250e95a2f9eb21caf6f8f924
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Dec 14 12:18:22 2015 +0200
tdf#95813: Don't cache CTRL_LISTNODE (disclosure control)
It keeps state that apparently doesn't affect its cache hash key.
Change-Id: I82ead9fcded16152f2a106a971484cf4a9eaf8ea
(cherry picked from commit 8681113dba235a21a13878bafda0a2c763f57d90)
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx
index 9de3ae9..34c2514 100644
--- a/include/vcl/salnativewidgets.hxx
+++ b/include/vcl/salnativewidgets.hxx
@@ -286,6 +286,7 @@ public:
{
case CTRL_CHECKBOX:
case CTRL_RADIOBUTTON:
+ case CTRL_LISTNODE:
return false;
case CTRL_MENUBAR:
More information about the Libreoffice-commits
mailing list