[Libreoffice-commits] .: 4 commits - dictionaries svx/source translations

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 3 07:31:51 PST 2012


 dictionaries                   |    2 +-
 svx/source/svdraw/svdoashp.cxx |    1 +
 translations                   |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 6ef529fd801a2f9c1a3281d0ba7ce8e6dc6235ad
Author: Andras Timar <atimar at suse.com>
Date:   Mon Dec 3 16:30:51 2012 +0100

    Updated core
    Project: translations  bee57a42763198875bd55df904b953a41754c2f2
    update sl translations for LibreOffice 4.0 beta1

diff --git a/translations b/translations
index 9e3b728..bee57a4 160000
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 9e3b72859ec7871fdb2884860b54fd2a8de30f3d
+Subproject commit bee57a42763198875bd55df904b953a41754c2f2
commit e4974a1af0e28b67613889feeaa94d54d6aee851
Author: László Németh <nemeth at numbertext.org>
Date:   Mon Dec 3 16:23:52 2012 +0100

    Updated core
    Project: dictionaries  e8b71b395574c8b812c46d8d1ebba81354e1ad2b
    Python 3 port of pt-BR grammar checker

diff --git a/dictionaries b/dictionaries
index dfc828a..e8b71b3 160000
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit dfc828a573002fa6dfa025e66d7e944de6bbac3d
+Subproject commit e8b71b395574c8b812c46d8d1ebba81354e1ad2b
commit 76350361f386b78e1bc9edb75af89e7ff3afe356
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Dec 3 15:37:07 2012 +0100

    fdo#56980 drop cached shape engine on invalidation
    
    Change-Id: I9591375e1f7d1b6f69ca9a39add52a94ac852c7f

diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 9598da6..61b9002 100644
--- a/svx/source/svdraw/svdoashp.cxx
+++ b/svx/source/svdraw/svdoashp.cxx
@@ -3211,6 +3211,7 @@ bool SdrObjCustomShape::doConstructOrthogonal(const ::rtl::OUString& rName)
 void SdrObjCustomShape::InvalidateRenderGeometry()
 {
     mXRenderedCustomShape = 0L;
+    mxCustomShapeEngine = 0L;
     SdrObject::Free( mpLastShadowGeometry );
     mpLastShadowGeometry = 0L;
 }
commit 350991bcefab2c9f8c0e5a7a2cec1e1b4c98cd69
Author: László Németh <nemeth at numbertext.org>
Date:   Mon Dec 3 15:36:37 2012 +0100

    Updated core
    Project: dictionaries  dfc828a573002fa6dfa025e66d7e944de6bbac3d
    Python 3 port of br-PT grammar checking

diff --git a/dictionaries b/dictionaries
index 8be323a..dfc828a 160000
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 8be323a6b7496003419e2587bc4573949fe142dc
+Subproject commit dfc828a573002fa6dfa025e66d7e944de6bbac3d


More information about the Libreoffice-commits mailing list