summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview3.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 09:15:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 09:15:55 +0000
commit9371efc7aac0d6e8388fbd360550554042af311f (patch)
treed169f4921f8d1adacfc342489f1bcc4cd4b4514b /sd/source/ui/view/sdview3.cxx
parentb8e2e8dd09ff6657bc7d6e213a57cc92dc654d1b (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/source/ui/view/sdview3.cxx')
-rw-r--r--sd/source/ui/view/sdview3.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx
index 760507ddfb37..d6dc38fd786e 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() )
{