diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:26:03 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-15 07:07:43 +0200 |
commit | 051f0dca87745bef19adee20393b3b45991f60a2 (patch) | |
tree | d53e4eba62923cd98240cfa517704d6535cf1dd4 /drawinglayer | |
parent | 9e6ca513aca0d681d663f29cfa3a476d5c757657 (diff) |
Fix typo
Change-Id: I1e3ce93fb4aa475fb73a2521a0127d37a5b84dc1
Reviewed-on: https://gerrit.libreoffice.org/72326
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/attribute/fillgraphicattribute.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/attribute/fillgraphicattribute.cxx b/drawinglayer/source/attribute/fillgraphicattribute.cxx index 72da948fc96c..11e40a3fd50c 100644 --- a/drawinglayer/source/attribute/fillgraphicattribute.cxx +++ b/drawinglayer/source/attribute/fillgraphicattribute.cxx @@ -56,7 +56,7 @@ namespace drawinglayer { // access once to ensure that the buffered bitmap exists, else // the SolarMutex may be needed to create it. This may not be - // available when a renderer works with multi-treading. + // available when a renderer works with multi-threading. // When changing this, please check if it is still possible to // use a metafile as texture for a 3D object maGraphic.GetBitmapEx(); |