summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/task
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-15 21:47:26 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-15 21:47:26 +0100
commit65162840e329afee6f401f5a91273c2dbd1bbdf8 (patch)
treef4eb65f23bcfef318075f99036a0357e9cd84ccc /offapi/com/sun/star/task
parentCWS-TOOLING: integrate CWS jsc340 (diff)
downloadcore-65162840e329afee6f401f5a91273c2dbd1bbdf8.tar.gz
core-65162840e329afee6f401f5a91273c2dbd1bbdf8.zip
#i117329# - Publishing of UNO types, first wave.
Diffstat (limited to 'offapi/com/sun/star/task')
-rw-r--r--offapi/com/sun/star/task/ErrorCodeIOException.idl2
-rw-r--r--offapi/com/sun/star/task/XUrlContainer.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/task/ErrorCodeIOException.idl b/offapi/com/sun/star/task/ErrorCodeIOException.idl
index 93b8aaa67d1a..9600483fcf32 100644
--- a/offapi/com/sun/star/task/ErrorCodeIOException.idl
+++ b/offapi/com/sun/star/task/ErrorCodeIOException.idl
@@ -40,7 +40,7 @@
/** IOException that can carry error codes ( not only io related ).
It can be used to transport the error code information.
*/
-exception ErrorCodeIOException : com::sun::star::io::IOException
+published exception ErrorCodeIOException : com::sun::star::io::IOException
{
//------------------------------------------------------------------------
/** specifies the error code.
diff --git a/offapi/com/sun/star/task/XUrlContainer.idl b/offapi/com/sun/star/task/XUrlContainer.idl
index ac55107c67f0..9a20a3e9238d 100644
--- a/offapi/com/sun/star/task/XUrlContainer.idl
+++ b/offapi/com/sun/star/task/XUrlContainer.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module task {
@since OOo 3.2
*/
-/*published*/ interface XUrlContainer : com::sun::star::uno::XInterface
+published interface XUrlContainer : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/** Add a URL to the container.