diff options
Diffstat (limited to 'include/svx/svdedtv.hxx')
-rw-r--r-- | include/svx/svdedtv.hxx | 2 |
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; |