summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/drawingmltypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/drawingmltypes.hxx')
-rw-r--r--include/oox/drawingml/drawingmltypes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/drawingml/drawingmltypes.hxx b/include/oox/drawingml/drawingmltypes.hxx
index 340c93003148..18c976883f1a 100644
--- a/include/oox/drawingml/drawingmltypes.hxx
+++ b/include/oox/drawingml/drawingmltypes.hxx
@@ -168,7 +168,7 @@ inline sal_Int32 convertEmuToHmm( sal_Int64 nValue )
-/** A structure for a point with 64-bit interger components. */
+/** A structure for a point with 64-bit integer components. */
struct EmuPoint
{
sal_Int64 X;
@@ -180,7 +180,7 @@ struct EmuPoint
-/** A structure for a size with 64-bit interger components. */
+/** A structure for a size with 64-bit integer components. */
struct EmuSize
{
sal_Int64 Width;
@@ -192,7 +192,7 @@ struct EmuSize
-/** A structure for a rectangle with 64-bit interger components. */
+/** A structure for a rectangle with 64-bit integer components. */
struct EmuRectangle : public EmuPoint, public EmuSize
{
EmuRectangle() {}