include/drawinglayer/primitive2d/controlprimitive2d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit baff81bcfe67bab3339bebcd174eccbf913f3f9e Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jun 30 22:26:04 2019 +0000 Commit: Noel Grandin <[email protected]> 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 <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
