summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-05 23:39:23 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-07-18 12:49:03 +0200
commit563fe60878c2ad3289c5bdcd7d8647aea4280129 (patch)
tree24c6191c4986fa094a0945d5555bd36dc56922ac /drawinglayer
parent480ac84f2f5049fb4337b36f12fd6796e005761b (diff)
Fix typos
Change-Id: I5195d13b351c0eebad1eae901f7ce8408a9e5c92 Reviewed-on: https://gerrit.libreoffice.org/57028 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 7485a15c9494..bcd18d2d1f26 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -728,7 +728,7 @@ namespace drawinglayer
Wrote an eMail to FS, he is on vacation currently. I see no reason why not to move
that stuff to somewhere else, maybe tools or svtools ?!? We will see...
Moved to toolkit, so I have to link against it. I tried VCL first, but it did
- not work since VCLUnoHelper::CreateFont is unresolved in VCL (!). Other then the name
+ not work since VCLUnoHelper::CreateFont is unresolved in VCL (!). Other than the name
may imply, it is defined in toolkit (!). Since toolkit is linked against VCL itself,
the lowest movement plane is toolkit.
Checked form control export, it works well. Done.