[Libreoffice-commits] core.git: vcl/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 29 19:39:02 UTC 2019
vcl/qa/cppunit/svm/svmtest.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 20b4a6312074ec35f7b828962b0d2a0b80e48974
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Apr 29 09:58:02 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Apr 29 21:38:01 2019 +0200
Fix typo
Change-Id: Ic4c0977357d7c4feb4100eeb15a6e9a4866374d3
Reviewed-on: https://gerrit.libreoffice.org/71554
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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"},
More information about the Libreoffice-commits
mailing list