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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 24 06:39:22 UTC 2019


 include/drawinglayer/primitive2d/controlprimitive2d.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit baff81bcfe67bab3339bebcd174eccbf913f3f9e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:04 2019 +0000
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Jul 24 08:38:18 2019 +0200

    Fix typo
    
    Change-Id: I4089dbe19f54d7707a8832886b9c97a72bc80751
    Reviewed-on: https://gerrit.libreoffice.org/75116
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/drawinglayer/primitive2d/controlprimitive2d.hxx b/include/drawinglayer/primitive2d/controlprimitive2d.hxx
index c568ada2eb64..3b102cc07116 100644
--- a/include/drawinglayer/primitive2d/controlprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/controlprimitive2d.hxx
@@ -47,7 +47,7 @@ namespace drawinglayer
             basegfx::B2DHomMatrix                             maTransform;
             css::uno::Reference< css::awt::XControlModel >    mxControlModel;
 
-            /// the created an cached awt::XControl
+            /// the created and cached awt::XControl
             css::uno::Reference< css::awt::XControl >         mxXControl;
 
             /// the last used scaling, used from getDecomposition for buffering


More information about the Libreoffice-commits mailing list