From f06edc4d07ae6db146347d412e0b975d209271d0 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 12 Aug 2024 18:19:18 -0300 Subject: [PATCH] Document python comparison operators for UNO objects Referenced from https://gerrit.libreoffice.org/c/help/+/65828/2/source/text/sbasic/python/python_programming.xhp#241 Change-Id: I2d28a2d1f432656258fade03a9af0b3ffab119f7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171804 Reviewed-by: Olivier Hallot Tested-by: Jenkins --- source/text/sbasic/python/python_programming.xhp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/text/sbasic/python/python_programming.xhp b/source/text/sbasic/python/python_programming.xhp index 127dcfec84..fcad6f331a 100644 --- a/source/text/sbasic/python/python_programming.xhp +++ b/source/text/sbasic/python/python_programming.xhp @@ -246,6 +246,7 @@ + Use "==" or "!=" comparison operators EqualUnoObjects()