diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 09:57:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 09:57:57 +0000 |
commit | 137c0cb3de76f1d1c53c0a1d17ae361a3d464952 (patch) | |
tree | 23d73d3bdada6ac6a9379ac240b9e3f5c776281b | |
parent | 22c705d436847a408c3bbb49e60e961284736725 (diff) |
INTEGRATION: CWS os56 (1.109.32); FILE MERGED
2005/03/11 15:33:56 os 1.109.32.1: #i40843# missing twip conversion added
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index c19635f38d41..31d62f26d780 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appuno.cxx,v $ * - * $Revision: 1.109 $ + * $Revision: 1.110 $ * - * last change: $Author: vg $ $Date: 2005-02-25 09:35:47 $ + * last change: $Author: vg $ $Date: 2005-03-23 10:57:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -341,7 +341,7 @@ void TransformParameters( sal_uInt16 nSlotId, const ::com::sun::star::uno::Seque { // there is only one parameter and its name matches the name of the property, // so it's either a simple property or a complex property in one single UNO struct - if( pItem->PutValue( rProp.Value ) ) + if( pItem->PutValue( rProp.Value, bConvertTwips ? CONVERT_TWIPS : 0 ) ) // only use successfully converted items rSet.Put( *pItem ); #ifdef DBG_UTIL |