diff options
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index f0367287daf2..0c3f2ab1ae93 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -387,7 +387,7 @@ public: Point FindAnchorPos( const Point &rAbsPos, bool bMoveIt = false ); /** Determines whether a frame or its environment is vertically formatted and right-to-left. - also determines, if frame or its environmane is in mongolianlayout (vertical left-to-right) + also determines, if frame or its environment is in mongolianlayout (vertical left-to-right) - add output parameter <bVertL2R> */ bool IsFrameVertical(const bool bEnvironment, bool& bRightToLeft, bool& bVertL2R) const; |