summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/InvalidStateException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/InvalidStateException.idl')
-rw-r--r--offapi/com/sun/star/util/InvalidStateException.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/util/InvalidStateException.idl b/offapi/com/sun/star/util/InvalidStateException.idl
index 7d59abbcbac6..3f4b28dbd479 100644
--- a/offapi/com/sun/star/util/InvalidStateException.idl
+++ b/offapi/com/sun/star/util/InvalidStateException.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module util {
/** is thrown when an object's state does not allow to call requested functionality.
*/
-exception InvalidStateException : com::sun::star::uno::Exception
+published exception InvalidStateException : com::sun::star::uno::Exception
{
};