summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 00:12:24 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 00:12:24 +0000
commiteb0c499579d817140d1bcb9ad9c83e5580b552a0 (patch)
tree13dd658307e5db6927d8ccb701e7a56b810c271f
parentba2e760907c90a3148eebc3d46c07ec93d245bbd (diff)
INTEGRATION: CWS sb18 (1.4.444); FILE MERGED
2004/05/21 15:05:51 sb 1.4.444.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/ucb/InsertCommandArgument.idl6
-rw-r--r--offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/InsertCommandArgument.idl b/offapi/com/sun/star/ucb/InsertCommandArgument.idl
index 397e4e3c1..fd9e238e2 100644
--- a/offapi/com/sun/star/ucb/InsertCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/InsertCommandArgument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InsertCommandArgument.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kso $ $Date: 2001-02-12 13:41:07 $
+ * last change: $Author: obo $ $Date: 2004-06-04 01:11:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ module com { module sun { module star { module ucb {
@see XCommandProcessor
*/
-struct InsertCommandArgument
+published struct InsertCommandArgument
{
//-------------------------------------------------------------------------
/** A stream containing document data.
diff --git a/offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl b/offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl
index 1deb979a0..356cf2a0c 100644
--- a/offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InteractiveBadTransferURLException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kso $ $Date: 2001-02-12 15:53:18 $
+ * last change: $Author: obo $ $Date: 2004-06-04 01:12:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@ module com { module sun { module star { module ucb {
@see XCommandProcessor
*/
-exception InteractiveBadTransferURLException: com::sun::star::uno::Exception
+published exception InteractiveBadTransferURLException: com::sun::star::uno::Exception
{
};