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

New commits:
commit 74b4b69ac8b4c8f8c2a5f199e9e75b8a770c6105
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jul 10 18:10:26 2019 +0200
Commit:     Jens Carl <j.car...@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.car...@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));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to