summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XInplaceObject.idl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-01-06 07:54:46 +0000
committerRüdiger Timm <rt@openoffice.org>2004-01-06 07:54:46 +0000
commit5cc50000899dee1086b9b786548ecba798ea83d6 (patch)
treee6592e6701f0e8935688b944320f9d63e9fbaf12 /offapi/com/sun/star/embed/XInplaceObject.idl
parent60e8f324938a83c341cff4ca20c39bf710e41b3b (diff)
INTEGRATION: CWS mav07 (1.2.4); FILE MERGED
2003/09/17 15:30:48 mav 1.2.4.1: #110406# the object has to scale in case PosRect is different from object size
Diffstat (limited to 'offapi/com/sun/star/embed/XInplaceObject.idl')
-rw-r--r--offapi/com/sun/star/embed/XInplaceObject.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/XInplaceObject.idl b/offapi/com/sun/star/embed/XInplaceObject.idl
index 60cf68f3e365..4ece2412161e 100644
--- a/offapi/com/sun/star/embed/XInplaceObject.idl
+++ b/offapi/com/sun/star/embed/XInplaceObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInplaceObject.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2003-09-11 10:26:20 $
+ * last change: $Author: rt $ $Date: 2004-01-06 08:54:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ interface XInplaceObject: com::sun::star::uno::XInterface
<p> Both rectangles are provided in object's parent window
coordinates in pixels. The intersection of rectangles specifies the
visible part of the object.
- In case the position window has a size that is bigger than
+ In case the position window has a size that is different from
object's size, the object should either scale or deactivate.
</p>