summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/AccessibleTableShape.hxx2
-rw-r--r--svx/inc/float3d.hrc2
-rw-r--r--svx/inc/sdr/overlay/overlaytools.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/AccessibleTableShape.hxx b/svx/inc/AccessibleTableShape.hxx
index 1c704ecd09de..444053409c37 100644
--- a/svx/inc/AccessibleTableShape.hxx
+++ b/svx/inc/AccessibleTableShape.hxx
@@ -133,7 +133,7 @@ public:
// overwrite the SetState & ResetState to do special operation for table cell's internal text
virtual bool SetState (sal_Int16 aState) SAL_OVERRIDE;
virtual bool ResetState (sal_Int16 aState) SAL_OVERRIDE;
- // The following two methods are used to set state directly on table object, instread of the internal cell or paragraph.
+ // The following two methods are used to set state directly on table object, instead of the internal cell or paragraph.
bool SetStateDirectly (sal_Int16 aState);
bool ResetStateDirectly (sal_Int16 aState);
// Get the currently active cell which is text editing
diff --git a/svx/inc/float3d.hrc b/svx/inc/float3d.hrc
index d73219f083a7..6f16074c59ba 100644
--- a/svx/inc/float3d.hrc
+++ b/svx/inc/float3d.hrc
@@ -33,7 +33,7 @@
#define CTL_PREVIEW 12
#define CTL_LIGHT_PREVIEW 13
-// Geomerty
+// Geometry
#define FT_HORIZONTAL 24
#define NUM_HORIZONTAL 25
#define FT_VERTICAL 26
diff --git a/svx/inc/sdr/overlay/overlaytools.hxx b/svx/inc/sdr/overlay/overlaytools.hxx
index 9a6f9fe31fe4..9e74d689b722 100644
--- a/svx/inc/sdr/overlay/overlaytools.hxx
+++ b/svx/inc/sdr/overlay/overlaytools.hxx
@@ -172,7 +172,7 @@ namespace drawinglayer
basegfx::BColor maColor;
double mfTransparence;
- // the dscrete grow and shrink of the box
+ // the discrete grow and shrink of the box
double mfDiscreteGrow;
double mfDiscreteShrink;