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 038164c035fd..b7f268121178 100644
--- a/offapi/com/sun/star/util/InvalidStateException.idl
+++ b/offapi/com/sun/star/util/InvalidStateException.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module util {
/** is thrown when an object's state does not allow to call requested functionality.
*/
-published exception InvalidStateException : com::sun::star::uno::Exception
+exception InvalidStateException : com::sun::star::uno::Exception
{
};