summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-08 16:09:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-09 18:19:34 +0200
commit18afeb9f58b6870507de9f667b7bbda7ef8adecd (patch)
tree820231f29c07d17587ed8538d4c84b244ca1965b /include
parent1a044a5b7993a34d46358e21aac7b58a9f47e22c (diff)
this should be Indet to indicate neither radio or check button
Change-Id: I360bf6b6d8fd491fc01c7f413df92d1fd916c67d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93773 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/weld.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 384fa31155ae..63f774e3af06 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -2094,11 +2094,11 @@ public:
}
void append(const OUString& rId, const OUString& rStr, const OUString& rImage)
{
- insert(-1, rId, rStr, &rImage, nullptr, TRISTATE_FALSE);
+ insert(-1, rId, rStr, &rImage, nullptr, TRISTATE_INDET);
}
void append(const OUString& rId, const OUString& rStr, VirtualDevice& rImage)
{
- insert(-1, rId, rStr, nullptr, &rImage, TRISTATE_FALSE);
+ insert(-1, rId, rStr, nullptr, &rImage, TRISTATE_INDET);
}
// return the number of toplevel nodes