svx/inc/sdr/overlay/overlaytools.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ef04201e5837e1d9a0ba98c0e23baa2b6466d3de Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 12 10:03:22 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Aug 12 10:44:25 2022 +0200 Fix typo Change-Id: Iac8427094a4ec64826b712e0f79e5b24a3ea696a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138177 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svx/inc/sdr/overlay/overlaytools.hxx b/svx/inc/sdr/overlay/overlaytools.hxx index c058116f4455..3b0e1be43809 100644 --- a/svx/inc/sdr/overlay/overlaytools.hxx +++ b/svx/inc/sdr/overlay/overlaytools.hxx @@ -61,7 +61,7 @@ public: // Overlay helper class which holds a BotmapEx which is to be visualized // at the given logic position with the Bitmap's pixel size, unscaled and -// unrotated (like a marker). The discrete pixel on the bitmap assocciated +// unrotated (like a marker). The discrete pixel on the bitmap associated // with the target position is given in discrete X,Y coordinates namespace drawinglayer::primitive2d { @@ -74,7 +74,7 @@ namespace drawinglayer::primitive2d // The logic position basegfx::B2DPoint maBasePosition; - // The pixel inside the BitmapEx which is assocciated with + // The pixel inside the BitmapEx which is associated with // the target position (offset in the bitmap) sal_uInt16 mnCenterX; sal_uInt16 mnCenterY;