summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/chart2/Symbol.idl2
-rw-r--r--offapi/com/sun/star/deployment/XPackageRegistry.idl2
-rw-r--r--offapi/com/sun/star/security/ExtAltNameType.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/InputSource.idl2
4 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/chart2/Symbol.idl b/offapi/com/sun/star/chart2/Symbol.idl
index 1149cb3a3a5f..6187a9b420b4 100644
--- a/offapi/com/sun/star/chart2/Symbol.idl
+++ b/offapi/com/sun/star/chart2/Symbol.idl
@@ -42,7 +42,7 @@ struct Symbol
com::sun::star::drawing::PolyPolygonBezierCoords PolygonCoords;
/** Use the nth standard symbol, if #Style is set
- to SymbolStlye::STANDARD.
+ to SymbolStyle::STANDARD.
<p>If n is the number of standard symbols available in an
implementation, the symbol number is
diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl
index 2251762b70d8..8773d771e03b 100644
--- a/offapi/com/sun/star/deployment/XPackageRegistry.idl
+++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl
@@ -49,7 +49,7 @@ interface XPackageRegistry
actual extension files do not exist anymore. The registration data must
then be cleaned of all the remains of that extension. To do that one
creates an XPackage object on behalf of that extension and
- calls XPackage::revokePakage(). The parameter
+ calls XPackage::revokePackage(). The parameter
<code>removed</code> indicates this case. The returned object may not
rely on the file or folder to which refers <code>url</code>. Instead it
must use previously saved data to successfully carry out the revocation
diff --git a/offapi/com/sun/star/security/ExtAltNameType.idl b/offapi/com/sun/star/security/ExtAltNameType.idl
index e87308273695..e308c06b0439 100644
--- a/offapi/com/sun/star/security/ExtAltNameType.idl
+++ b/offapi/com/sun/star/security/ExtAltNameType.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module security {
enum ExtAltNameType
{
/**
- * Cutomize name/value pair
+ * Customize name/value pair
* The value of CertAltNameEntry contains a NamedValue.
*
* @see com::sun::star::security::CertAltNameEntry
diff --git a/offapi/com/sun/star/xml/sax/InputSource.idl b/offapi/com/sun/star/xml/sax/InputSource.idl
index 8c8a04b6707b..992a7d871f83 100644
--- a/offapi/com/sun/star/xml/sax/InputSource.idl
+++ b/offapi/com/sun/star/xml/sax/InputSource.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module xml { module sax {
</p>
<ul>
<li>as the argument of XParser::parseStream()</li>
- <li>as the return value of XEntityReslover::resolveEntity().
+ <li>as the return value of XEntityResolver::resolveEntity().
</li>
</ul>
*/