summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-14 18:29:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-06-15 06:53:19 +0000
commitc3c45ff7efcd8b22be64af410befbfa5cc330f6f (patch)
treebcbc2f2d62f851488f43beba254a3773dce6c863 /include/svx
parentb4b71d20e33b82d377e287f0e5cf07b7e6182e78 (diff)
Fix typos
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdmodel.hxx2
-rw-r--r--include/svx/svdoedge.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 4d56a4413801..918f6abdad8c 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -491,7 +491,7 @@ public:
bool IsSaveOLEPreview() const { return bSaveOLEPreview; }
void SetSaveOLEPreview( bool bSet) { bSaveOLEPreview = bSet; }
- // To accelarate the screen output of Bitmaps (especially rotated ones)
+ // To accelerate the screen output of Bitmaps (especially rotated ones)
// they will be cached. The existence of that cache can be toggled with this
// flag. During the next Paint an image will be remembered or freed.
// If a Bitmap object is placed in Undo its Cache for this object is turned off
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index 756b34225dfb..61b14ffec900 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -177,7 +177,7 @@ protected:
// #110649#
// Flag value for avoiding death loops when calculating BoundRects
- // from circularly connected connectors. A coloring algorithm is used
+ // from circulary connected connectors. A coloring algorithm is used
// here. When the GetCurrentBoundRect() calculation of a SdrEdgeObj
// is running, the flag is set, else it is always sal_False.
bool mbBoundRectCalculationRunning : 1;