summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:19:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:19:47 +0000
commit64eedeeebeecd4d6694b1d641c7e43715dac3409 (patch)
tree1c4128c1d5e22ef3859bd9afd690302c459038c1 /svtools
parent454003a0e481c6f243d4940c41df852cd9efcfbd (diff)
INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED
2005/11/15 19:25:40 pl 1.6.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/embedtransfer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx
index b5d172fc22ef..c5f80e0c0ffe 100644
--- a/svtools/source/misc/embedtransfer.cxx
+++ b/svtools/source/misc/embedtransfer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: embedtransfer.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:16:10 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:19:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -198,10 +198,10 @@ void SvEmbedTransferHelper::FillTransferableObjectDescriptor( TransferableObject
rDesc.maTypeName = aFlavor.HumanPresentableName;
//TODO/LATER: the object does *not* know its aspect! Per default we assume CONTENT
- rDesc.mnViewAspect = embed::Aspects::MSOLE_CONTENT;
+ rDesc.mnViewAspect = sal::static_int_cast<sal_uInt16>(embed::Aspects::MSOLE_CONTENT);
//TODO/LATER: status needs to become sal_Int64
- rDesc.mnOle2Misc = xObj->getStatus( rDesc.mnViewAspect );
+ rDesc.mnOle2Misc = sal::static_int_cast<sal_Int32>(xObj->getStatus( rDesc.mnViewAspect ));
awt::Size aSz;
try