summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:45:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commitd11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch)
tree4333a00f2ffd957219cfa355c54cc62fc7cd670a /udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
parent4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (diff)
*api: convert <const>
This one is apparently often abused to link to a constant group, while it can only link to constants within a group. sed -i "s,<const>\([^<]\+\)</const>,\1,g" Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl')
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
index a00864e1bf30..bf485e540679 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
@@ -43,8 +43,8 @@ module com { module sun { module star { module bridge {
<p>The service implements the XBridgeSupplier2 interface
and handles the model types
- <const>com::sun::star::bridge::ModelDependent::UNO</const> and
- <const>com::sun::star::bridge::ModelDependent::OLE</const>.
+ com::sun::star::bridge::ModelDependent::UNO and
+ com::sun::star::bridge::ModelDependent::OLE.
The service does not specify any
requirements for registering OLE objects and class factories. </p>