[Libreoffice-commits] core.git: Branch 'aoo/trunk' - pyuno/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 4 20:08:40 UTC 2018


 pyuno/source/module/unohelper.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2bc8b26c3570ecefe2d6f2d74734ed0bfd6afa5d
Author:     Damjan Jovanovic <damjan at apache.org>
AuthorDate: Thu Oct 4 18:17:45 2018 +0000
Commit:     Damjan Jovanovic <damjan at apache.org>
CommitDate: Thu Oct 4 18:17:45 2018 +0000

    Fix a main/pyuno typo ("tranient" instead of "transient") as per i#113302.
    
    A big thank you to the reporter.
    
    Patch by: me

diff --git a/pyuno/source/module/unohelper.py b/pyuno/source/module/unohelper.py
index 5c032159a0c2..7cee73127226 100644
--- a/pyuno/source/module/unohelper.py
+++ b/pyuno/source/module/unohelper.py
@@ -64,7 +64,7 @@ def _propertymode_to_str( mode ):
     if PROP_ATTR_READONLY & mode:
         ret = ret + "readonly "
     if PROP_ATTR_TRANSIENT & mode:
-        ret = ret + "tranient "
+        ret = ret + "transient "
     if PROP_ATTR_CONSTRAINED & mode:
         ret = ret + "constrained "
     if PROP_ATTR_BOUND & mode:


More information about the Libreoffice-commits mailing list