include/vcl/weld.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 18afeb9f58b6870507de9f667b7bbda7ef8adecd
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri May 8 16:09:43 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat May 9 18:19:34 2020 +0200

    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 <caol...@redhat.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to