diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:04 +0000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-24 08:38:18 +0200 |
commit | baff81bcfe67bab3339bebcd174eccbf913f3f9e (patch) | |
tree | 6d3cfdd7d1a6b0df9883b2d2c43d694ebc2f3d66 /include | |
parent | f0b934f39c8a61dd0f0cbdabe9d54db52696cc6c (diff) |
Fix typo
Change-Id: I4089dbe19f54d7707a8832886b9c97a72bc80751
Reviewed-on: https://gerrit.libreoffice.org/75116
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/primitive2d/controlprimitive2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |