[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - librelogo/source

László Németh laszlo.nemeth at collabora.com
Sun Apr 19 23:59:31 PDT 2015


 librelogo/source/LibreLogo/LibreLogo.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit db74d31a2416681cc35d9fe5fc2741ad29c6e695
Author: László Németh <laszlo.nemeth at collabora.com>
Date:   Mon Apr 20 00:40:01 2015 +0200

    tdf#90723 LibreLogo: missing oldlcap initialization
    
    Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec
    Reviewed-on: https://gerrit.libreoffice.org/15392
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index a923e0e..6229c15 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -93,6 +93,7 @@ class __Doc__:
         self.oldlw = 0
         self.oldls = __LineStyle_SOLID__
         self.oldlj = __ROUNDED__
+        self.oldlcap = __Cap_NONE__
         self.continuous = True
         self.areacolor = __FILLCOLOR__
         self.t10y = int((__FILLCOLOR__ >> 24) / (255.0/100))


More information about the Libreoffice-commits mailing list