summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shape.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-10 18:10:26 +0200
committerJens Carl <j.carl43@gmx.de>2019-07-11 06:43:02 +0200
commit74b4b69ac8b4c8f8c2a5f199e9e75b8a770c6105 (patch)
tree0a1acbcc44d9cc6cb63251ccc50f5e124bedf44b /oox/source/drawingml/shape.cxx
parentc54597a8905b07807952aebc24237549302fb941 (diff)
Fix typo
Change-Id: Ib3f29c89be059609baf104b4f59ec55248aa7e75 Reviewed-on: https://gerrit.libreoffice.org/75373 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'oox/source/drawingml/shape.cxx')
-rw-r--r--oox/source/drawingml/shape.cxx2
1 files changed, 1 insertions, 1 deletions
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));