summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/LicenseException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/deployment/LicenseException.idl')
-rw-r--r--offapi/com/sun/star/deployment/LicenseException.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/deployment/LicenseException.idl b/offapi/com/sun/star/deployment/LicenseException.idl
index a80a5e463dd6..03e866cc82f5 100644
--- a/offapi/com/sun/star/deployment/LicenseException.idl
+++ b/offapi/com/sun/star/deployment/LicenseException.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
module com { module sun { module star { module deployment {
/** A LicenseException reflects the necessity of someone aggreeing to a license.
-
+
@since OOo 2.0.4
*/
exception LicenseException : com::sun::star::uno::Exception
@@ -45,7 +45,7 @@ exception LicenseException : com::sun::star::uno::Exception
See <member>XPackage::getDisplayName</member>
*/
string ExtensionName;
- /** contains the text of the license.
+ /** contains the text of the license.
*/
string Text;
@@ -56,6 +56,6 @@ exception LicenseException : com::sun::star::uno::Exception
string AcceptBy;
};
-}; }; }; };
+}; }; }; };
#endif