summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-26 18:06:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-28 12:35:58 +0000
commit5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98 (patch)
tree43837eb609f7fa349a318ca68d4040759bd2ca67 /include
parent69c88a32aad2cafde197e98557868ad069795d60 (diff)
Fix typos
Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9 Reviewed-on: https://gerrit.libreoffice.org/16523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/oox/helper/modelobjecthelper.hxx2
-rw-r--r--include/svx/svdobj.hxx2
-rw-r--r--include/svx/svdoedge.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/helper/modelobjecthelper.hxx b/include/oox/helper/modelobjecthelper.hxx
index 2ced97341f25..7455215f8d23 100644
--- a/include/oox/helper/modelobjecthelper.hxx
+++ b/include/oox/helper/modelobjecthelper.hxx
@@ -110,7 +110,7 @@ public:
private:
ObjectContainer maMarkerContainer; ///< Contains all named line markers (line end polygons).
- ObjectContainer maDashContainer; ///< Contains all named line dsahes.
+ ObjectContainer maDashContainer; ///< Contains all named line dashes.
ObjectContainer maGradientContainer; ///< Contains all named fill gradients.
ObjectContainer maTransGradContainer; ///< Contains all named transparency Gradients.
ObjectContainer maBitmapUrlContainer; ///< Contains all named fill bitmap URLs.
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 83ac1715e9c8..505635ae9f0d 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -239,7 +239,7 @@ public:
bool bMirror45Allowed : 1; // if false, object cannot even be mirrored over axes in a 45 degree raster
bool bMirror90Allowed : 1; // if false, object cannot even be mirrored over axes in a 90 degree raster
bool bTransparenceAllowed : 1; // if false, object does not have an interactive transparence control
- bool bGradientAllowed : 1; // if false, object dooes not have an interactive gradient control
+ bool bGradientAllowed : 1; // if false, object does not have an interactive gradient control
bool bShearAllowed : 1; // if false, object cannot be sheared
bool bEdgeRadiusAllowed : 1;
bool bNoOrthoDesired : 1; // is true for Rect; is false for BMP, MTF
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index 61b14ffec900..8e44eabd6a53 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -340,7 +340,7 @@ public:
// Das ist der Default-Mindestabstand der bei der Berechnung der
// Verbindungslinie zu den angedockten Objekten in logischen Einheiten.
// Dieser Abstand wird innerhalb des Objektes "ueberschrieben", sobald
-// der User an den Linien draggd. Beim Andocken an ein neues Objekt wird
+// der User an den Linien dragged. Beim Andocken an ein neues Objekt wird
// dann jedoch wieder dieser Default verwendet.
//
//