summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/InvalidStateException.idl2
-rwxr-xr-xoffapi/com/sun/star/util/NotLockedException.idl2
-rw-r--r--offapi/com/sun/star/util/TriState.idl2
-rwxr-xr-xoffapi/com/sun/star/util/XLockable.idl2
-rw-r--r--offapi/com/sun/star/util/XModifiable2.idl2
5 files changed, 5 insertions, 5 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
{
};
diff --git a/offapi/com/sun/star/util/NotLockedException.idl b/offapi/com/sun/star/util/NotLockedException.idl
index b0917e0bdca6..9819fde69afd 100755
--- a/offapi/com/sun/star/util/NotLockedException.idl
+++ b/offapi/com/sun/star/util/NotLockedException.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module util {
/** is raised when attempt is made to unlock a lockable component which actually is not locked.
*/
-exception NotLockedException : ::com::sun::star::util::InvalidStateException
+published exception NotLockedException : ::com::sun::star::util::InvalidStateException
{
};
diff --git a/offapi/com/sun/star/util/TriState.idl b/offapi/com/sun/star/util/TriState.idl
index 8b3c0f684e40..322174216f0a 100644
--- a/offapi/com/sun/star/util/TriState.idl
+++ b/offapi/com/sun/star/util/TriState.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module util {
This enumeration defines three values, <TRUE/>, <FALSE/> and a don't know
value.<p>
*/
-enum TriState
+published enum TriState
{
/** The value is equivalent to <FALSE/>.
*/
diff --git a/offapi/com/sun/star/util/XLockable.idl b/offapi/com/sun/star/util/XLockable.idl
index e3da8025a034..0e52cc96cb8b 100755
--- a/offapi/com/sun/star/util/XLockable.idl
+++ b/offapi/com/sun/star/util/XLockable.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module util {
pairs. As long as there has been one more call to <code>lock</code> than to <code>unlock</code>, the
component is considered locked, which is reflected by <member>isLocked</member> returning <TRUE/>.</p>
*/
-interface XLockable
+published interface XLockable
{
/** locks</a> the component
diff --git a/offapi/com/sun/star/util/XModifiable2.idl b/offapi/com/sun/star/util/XModifiable2.idl
index fe2c7960e9d1..fd9b19042424 100644
--- a/offapi/com/sun/star/util/XModifiable2.idl
+++ b/offapi/com/sun/star/util/XModifiable2.idl
@@ -51,7 +51,7 @@ module com { module sun { module star { module util {
Please use this interface very carefuly.
</p>
*/
-interface XModifiable2: com::sun::star::util::XModifiable
+published interface XModifiable2: com::sun::star::util::XModifiable
{
//-------------------------------------------------------------------------
/** disable possibility to change modified state of the document