[Libreoffice-commits] core.git: drawinglayer/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 7 15:24:57 UTC 2020


 drawinglayer/source/primitive2d/textlayoutdevice.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cff0967ab636810945179acb199a36f3370c9029
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 6 19:58:29 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 7 16:24:18 2020 +0100

    Fix typo
    
    Change-Id: Icccda9c310153e6e1d1696ab094afc3a894d4075
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86298
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/drawinglayer/source/primitive2d/textlayoutdevice.cxx b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
index 887485bfa7ed..18841e349a4b 100644
--- a/drawinglayer/source/primitive2d/textlayoutdevice.cxx
+++ b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
@@ -48,7 +48,7 @@ namespace
 
     //The ImpTimerRefDev itself, if the timeout ever gets hit, will call
     //reset on the scoped_timed_RefDev to release the ImpTimerRefDev early
-    //if its unused for a few minutes
+    //if it's unused for a few minutes
     class scoped_timed_RefDev : public comphelper::unique_disposing_ptr<ImpTimedRefDev>
     {
     public:


More information about the Libreoffice-commits mailing list