diff options
author | Michael Brauer <mib@openoffice.org> | 2000-10-12 16:10:31 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-10-12 16:10:31 +0000 |
commit | 654fbdfe07ce598234c77a610d71cbaac6fc5406 (patch) | |
tree | 510e7ac94795164ddb3c3fe320d4ac3909928aec /svx/source/items/textitem.cxx | |
parent | 91510ef777353a3c58a55a8a17874e5dfcb5699c (diff) |
#70456#: SvxEscapementItem::PutValue: setting height fixed
Diffstat (limited to 'svx/source/items/textitem.cxx')
-rw-r--r-- | svx/source/items/textitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/textitem.cxx b/svx/source/items/textitem.cxx index ed6d84386a41..34a52b6940fc 100644 --- a/svx/source/items/textitem.cxx +++ b/svx/source/items/textitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: textitem.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:01:21 $ + * last change: $Author: mib $ $Date: 2000-10-12 17:10:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3086,7 +3086,7 @@ sal_Bool SvxEscapementItem::PutValue( const uno::Any& rVal, BYTE nMemberId ) break; case MID_ESC_HEIGHT: { - BYTE nVal; + sal_Int8 nVal; if( (rVal >>= nVal) && (nVal <= 100)) nProp = nVal; else |