[Libreoffice-commits] core.git: oox/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 11 04:43:58 UTC 2019


 oox/source/drawingml/shape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 74b4b69ac8b4c8f8c2a5f199e9e75b8a770c6105
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 10 18:10:26 2019 +0200
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Thu Jul 11 06:43:02 2019 +0200

    Fix typo
    
    Change-Id: Ib3f29c89be059609baf104b4f59ec55248aa7e75
    Reviewed-on: https://gerrit.libreoffice.org/75373
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 7be3aa837657..9431a71f46a5 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -1099,7 +1099,7 @@ Reference< XShape > const & Shape::createAndInsert(
                     aShapeProps.setAnyProperty(PROP_BackColorTransparency, aShapeProps.getProperty(PROP_FillTransparence));
                     aShapeProps.erase(PROP_FillTransparence);
                 }
-                // TextFrames have BackGrahic, not FillBitmap
+                // TextFrames have BackGraphic, not FillBitmap
                 if (aShapeProps.hasProperty(PROP_FillBitmap))
                 {
                     aShapeProps.setAnyProperty(PROP_BackGraphic, aShapeProps.getProperty(PROP_FillBitmap));


More information about the Libreoffice-commits mailing list