summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-16 07:24:20 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-16 07:24:20 +0000
commit35e8d18a77d286bafd18f347e1e515c0e1a62586 (patch)
treee2210ec95da4f1d92908bf3de5099d95f0c179dd
parentaf2933a592b699f689406bdff82bc50f86f8e82e (diff)
#55857# broken links
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl6
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl6
-rw-r--r--offapi/com/sun/star/drawing/TextProperties.idl6
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl6
4 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
index 9a5821e2d2b2..17dbd4374350 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDropTargetListener.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:03:38 $
+ * last change: $Author: mi $ $Date: 2003-01-16 08:17:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ interface XDropTargetListener: com::sun::star::lang::XEventListener
/** The drag operation has terminated with a drop on this drop target.
<p><strong>NOTE:</strong> This method should not be oneway. The implentation
- has to wait until the method <type>XDropTargetDropContext::dropComplete()</type>
+ has to wait until the method <method>XDropTargetDropContext::dropComplete</method>
is called before releasing the data for the drop operation. This
should occur before returning from drop in a normal flow of operation.
Also, the implementor of <type>XDropTargetListener</type> should not assume
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl
index 5dacdbe59767..9b816683acec 100644
--- a/offapi/com/sun/star/drawing/Shape.idl
+++ b/offapi/com/sun/star/drawing/Shape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Shape.idl,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: mi $ $Date: 2002-10-02 15:12:24 $
+ * last change: $Author: mi $ $Date: 2003-01-16 08:20:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,7 @@ service Shape
/** This interfaces gives access to an optional container of glue points.
To have unique ids you should query the returned interface for
- <type>com::sun::star::container::XIdentifierContainer</type>.
+ <type scope="com::sun::star::container">XIdentifierContainer</type>.
*/
[optional] interface com::sun::star::drawing::XGluePointsSupplier;
diff --git a/offapi/com/sun/star/drawing/TextProperties.idl b/offapi/com/sun/star/drawing/TextProperties.idl
index 9000e6e13141..f6e6fe815dee 100644
--- a/offapi/com/sun/star/drawing/TextProperties.idl
+++ b/offapi/com/sun/star/drawing/TextProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextProperties.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2002-12-03 17:07:45 $
+ * last change: $Author: mi $ $Date: 2003-01-16 08:24:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -269,7 +269,7 @@ service TextProperties
- <p>This is only useful if <type>Text::TextVerticalAdjust</type> is
+ <p>This is only useful if <member>Text::TextVerticalAdjust</member> is
<const>BLOCK</const> or if <member>Text::TextFitSize</member> is
<TRUE/>.</p>
*/
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
index 528cef698750..714d04a623b0 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: OleBridgeSupplierVar1.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:49 $
+ * last change: $Author: mi $ $Date: 2003-01-16 08:14:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
/** maps UNO types to COM types and vice versa. It is optimized for use in a
remote szenario. <p>
The functionality is basically the same as
-<type scope="com::sun::star::bridge">com::sun::star::bridge::OleBridgeSupplier2</type>.
+<type scope="com::sun::star::bridge">OleBridgeSupplier2</type>.
However, the implementation should be optimized for remote access. For example, it could
try to reduce the calls into the remote process. Also it could create components on its own behalf in the remote process, if this increases performance.
*/