diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:25:59 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-18 08:27:44 +0200 |
commit | aff51c3fd10604fa32fb512a9d5941dfb1bc6f2c (patch) | |
tree | e005f4a6ffb28a2e744486eb8bc4632cc42d906a /drawinglayer | |
parent | b70c29c330d925fe9647f129089ee27a4bfe200c (diff) |
Fix typo
Change-Id: Ia50e867c10b1389b97ecf3dd7f61c169288e38ba
Reviewed-on: https://gerrit.libreoffice.org/72507
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/graphicprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx index f684227ba1c8..df95a456178a 100644 --- a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx @@ -71,7 +71,7 @@ namespace drawinglayer // Get transformed graphic. Suppress rotation and cropping, only filtering is needed // here (and may be replaced later on). Cropping is handled below as mask primitive (if set). // Also need to suppress mirroring, it is part of the transformation now (see above). - // Also move transparency handling to embedding to a UnifiedTransparencePrimitive2D; do + // Also move transparency handling to embedding to an UnifiedTransparencePrimitive2D; do // that by remembering original transparency and applying that later if needed GraphicAttr aSuppressGraphicAttr(getGraphicAttr()); |