summaryrefslogtreecommitdiff
path: root/include/svx/svdedtv.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-18 22:44:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-09-18 22:06:21 +0000
commitac226443522c55ab75cab8eed354b999052135a7 (patch)
tree48801094ac0b40842a7856a9955a5c3a047ef7b6 /include/svx/svdedtv.hxx
parent494aa9ee5d01699c0dcbc912091de30a314c09fc (diff)
Fix typos
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09 Reviewed-on: https://gerrit.libreoffice.org/18707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx/svdedtv.hxx')
-rw-r--r--include/svx/svdedtv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 7eff81114321..8d85985abe61 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -95,7 +95,7 @@ protected:
bool bMoreThanOneNotMovable : 1; // more then one objects are not moveable
bool bOneOrMoreMovable : 1; // at least one object is moveable
bool bMoreThanOneNoMovRot : 1; // more then one object is not moveble nor turnable (Crook)
- bool bContortionPossible : 1; // all polygones (grouped if neccessary)
+ bool bContortionPossible : 1; // all polygones (grouped if necessary)
bool bAllPolys : 1; // all polygones (not grouped)
bool bOneOrMorePolys : 1; // at least one polygon (not grouped)
bool bMoveAllowed : 1;