diff options
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; |