diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 09:15:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 09:15:55 +0000 |
commit | d0d094bc97981a646a30f80c280a7355b8591c23 (patch) | |
tree | a01b5f45b97cf774249b84469869a74d9e64f670 /sd | |
parent | a8e353e9ad799770d4e70df4deca3b85235fcecf (diff) |
INTEGRATION: CWS impress110 (1.68.14); FILE MERGED
2006/10/25 15:48:07 cl 1.68.14.1: #i70726# fixed ole paste regression from i68684 fix
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/sdview3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index 6f555f540..c2abae935 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdview3.cxx,v $ * - * $Revision: 1.68 $ + * $Revision: 1.69 $ * - * last change: $Author: obo $ $Date: 2006-10-13 11:03:31 $ + * last change: $Author: vg $ $Date: 2006-11-01 10:15:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1016,7 +1016,7 @@ BOOL View::InsertData( const TransferableDataHelper& rDataHelper, // if the size still was not set the default size will be set later } - Size aSize( aSz.Width, aSz.Height ); + aSize = Size( aSz.Width, aSz.Height ); if( !aSize.Width() || !aSize.Height() ) { |