diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-29 09:58:02 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-29 21:38:01 +0200 |
commit | 20b4a6312074ec35f7b828962b0d2a0b80e48974 (patch) | |
tree | a2deb27d13fee4997e2462affd840414f74c3493 /vcl | |
parent | cc6c1798b8d6d9d27dc40145e1ec71dd480c788a (diff) |
Fix typo
Change-Id: Ic4c0977357d7c4feb4100eeb15a6e9a4866374d3
Reviewed-on: https://gerrit.libreoffice.org/71554
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/svm/svmtest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/svm/svmtest.cxx b/vcl/qa/cppunit/svm/svmtest.cxx index a4cecaa12b14..23b05e8cfdad 100644 --- a/vcl/qa/cppunit/svm/svmtest.cxx +++ b/vcl/qa/cppunit/svm/svmtest.cxx @@ -1243,7 +1243,7 @@ void SvmTest::checkWallpaper(const GDIMetaFile& rMetaFile) { xmlDocPtr pDoc = dumpMeta(rMetaFile); - // Fuuny enough - we don't serialize the rectangle of the wallpaper so it's always EMPTY + // Funny enough - we don't serialize the rectangle of the wallpaper so it's always EMPTY assertXPathAttrs(pDoc, "/metafile/wallpaper[1]", { {"left", "0"}, |