summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:59 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-18 08:27:44 +0200
commitaff51c3fd10604fa32fb512a9d5941dfb1bc6f2c (patch)
treee005f4a6ffb28a2e744486eb8bc4632cc42d906a /drawinglayer/source
parentb70c29c330d925fe9647f129089ee27a4bfe200c (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/source')
-rw-r--r--drawinglayer/source/primitive2d/graphicprimitive2d.cxx2
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());