diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-12 10:03:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-12 10:44:25 +0200 |
commit | ef04201e5837e1d9a0ba98c0e23baa2b6466d3de (patch) | |
tree | 568c39d695a8720be2530a790f8e5d14248c75d2 /svx/inc | |
parent | 5a06127c3bdcb35bc38162f889ec038266ee0608 (diff) |
Fix typo
Change-Id: Iac8427094a4ec64826b712e0f79e5b24a3ea696a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138177
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/sdr/overlay/overlaytools.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |