[Libreoffice-commits] core.git: 2 commits - vcl/qa winaccessibility/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 19 09:27:19 UTC 2019
vcl/qa/cppunit/complextext.cxx | 4 ++--
winaccessibility/inc/AccParagraphEventListener.hxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 8925ea5a55606e657fe2794ddcdd9e83eb0ba75f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 10:24:49 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:26:41 2019 +0100
Fix typo
Change-Id: Ibd7a2c28f086577563151e20ed51ec1030559b3c
Reviewed-on: https://gerrit.libreoffice.org/85493
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx
index d3cdc230c0bc..85a5b3991167 100644
--- a/vcl/qa/cppunit/complextext.cxx
+++ b/vcl/qa/cppunit/complextext.cxx
@@ -102,13 +102,13 @@ void VclComplexTextTest::testArabic()
tools::Rectangle aInput;
tools::Rectangle aRect = pOutDev->GetTextRect( aInput, aOneTwoThree );
- // now rotate 270 degress
+ // now rotate 270 degrees
vcl::Font aRotated( aFont );
aRotated.SetOrientation( 2700 );
pOutDev->SetFont( aRotated );
tools::Rectangle aRectRot = pOutDev->GetTextRect( aInput, aOneTwoThree );
- // Check that we did do the rotation ...
+ // Check that we did do the rotation...
fprintf( stderr, "%ld %ld %ld %ld\n",
aRect.GetWidth(), aRect.GetHeight(),
aRectRot.GetWidth(), aRectRot.GetHeight() );
commit 4087d269052e6cc9e8fc1816e09946eafd261e7c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 10:24:51 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:26:10 2019 +0100
Fix typo
Change-Id: Id092aa56218890417a79b9589a7867ab6aa49862
Reviewed-on: https://gerrit.libreoffice.org/85494
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/winaccessibility/inc/AccParagraphEventListener.hxx b/winaccessibility/inc/AccParagraphEventListener.hxx
index 73c3b717287b..4b11725c5875 100644
--- a/winaccessibility/inc/AccParagraphEventListener.hxx
+++ b/winaccessibility/inc/AccParagraphEventListener.hxx
@@ -27,7 +27,7 @@
/**
- * AccParagraphEventListener is inherited from AccContainerEventListener. It handles the evnets
+ * AccParagraphEventListener is inherited from AccContainerEventListener. It handles the events
* generated by container controls. The accessible roles are: PARAGRAPH and HEADING.
* It defines the procedure of specific event handling related with text containsers and provides
* the detailed support for some related methods.
More information about the Libreoffice-commits
mailing list