diff options
Diffstat (limited to 'svx/inc/swframevalidation.hxx')
-rw-r--r-- | svx/inc/swframevalidation.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/swframevalidation.hxx b/svx/inc/swframevalidation.hxx index 600479718050..55a918982873 100644 --- a/svx/inc/swframevalidation.hxx +++ b/svx/inc/swframevalidation.hxx @@ -30,9 +30,9 @@ #include <tools/gen.hxx> #include <limits.h> -/* -----------------03.03.2004 16:31----------------- - struct to determine min/max values for fly frame positioning in Writer - --------------------------------------------------*/ +/* + struct to determine min/max values for fly frame positioning in Writer + */ struct SvxSwFrameValidation { sal_Int16 nAnchorType; //com::sun::star::text::TextContentAnchorType @@ -61,7 +61,7 @@ struct SvxSwFrameValidation sal_Int32 nMinHeight; sal_Int32 nMaxHeight; - Size aPercentSize; // Size fuer 100%-Wert + Size aPercentSize; // Size for 100% value SvxSwFrameValidation() : bAutoHeight(false), |