summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-22 13:23:30 +0200
committerDavid Tardon <dtardon@redhat.com>2011-01-25 07:03:25 +0100
commitb8250c7382b86bf02927e6224c715e4921c47f6d (patch)
tree393aa47f6158aa3b8aff6c856f45079c45fc454a /offapi/com/sun/star/document
parent65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6 (diff)
Some fixes to documentation (part 1)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/DocumentInfo.idl2
-rw-r--r--[-rwxr-xr-x]offapi/com/sun/star/document/DocumentProperties.idl0
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl8
-rw-r--r--offapi/com/sun/star/document/Settings.idl2
-rw-r--r--offapi/com/sun/star/document/TypeDetection.idl2
-rw-r--r--[-rwxr-xr-x]offapi/com/sun/star/document/XCodeNameQuery.idl0
-rw-r--r--[-rwxr-xr-x]offapi/com/sun/star/document/XDocumentProperties.idl0
-rw-r--r--offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl2
-rw-r--r--offapi/com/sun/star/document/XScriptInvocationContext.idl2
-rw-r--r--offapi/com/sun/star/document/XVbaMethodParameter.idl2
10 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/document/DocumentInfo.idl b/offapi/com/sun/star/document/DocumentInfo.idl
index 5212db0eef23..bd89a83835f4 100644
--- a/offapi/com/sun/star/document/DocumentInfo.idl
+++ b/offapi/com/sun/star/document/DocumentInfo.idl
@@ -69,7 +69,7 @@
<p>
Contrary to the service <type>StandaloneDocumentInfo</type> the document - which
contains such informations - must be loaded completely. As a result of that this
- DocumengInfo service is available on an open document via the interface
+ DocumentInfo service is available on an open document via the interface
<type>XDocumentInfoSupplier</type> only.
</p>
diff --git a/offapi/com/sun/star/document/DocumentProperties.idl b/offapi/com/sun/star/document/DocumentProperties.idl
index 5b00f6c9a8e2..5b00f6c9a8e2 100755..100644
--- a/offapi/com/sun/star/document/DocumentProperties.idl
+++ b/offapi/com/sun/star/document/DocumentProperties.idl
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index 0bed6a88c324..25297abc444e 100644
--- a/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -272,7 +272,7 @@ published service MediaDescriptor
The implemented API provides a default implementation for it that can handle many situations.
If no InteractionHandler is set, a suitable exception is thrown.
It is not allowed to keep a reference to this object, even not in the loaded
- or stored components' copy of the MediaDescriptor provided by its arguments attribute.
+ or stored component's copy of the MediaDescriptor provided by its arguments attribute.
</p>
*/
[optional,property] com::sun::star::task::XInteractionHandler InteractionHandler;
@@ -281,8 +281,8 @@ published service MediaDescriptor
/** jump to a marked position after loading
<p>
- This is the same as the text behind a '#' in a http URL. But
- this syntax with a '#' is not specified in most URL schemas.
+ This is the same as the text behind a "#" in a http URL. But
+ this syntax with a "#" is not specified in most URL schemas.
</p>
*/
[optional,property] string JumpMark;
@@ -466,7 +466,7 @@ published service MediaDescriptor
Object implementing the <type scope="com::sun::star::task">XStatusIndicator</type>
interface that can be used to give status information (text or progress) for the task.
The office provides a default implementation for it. It is not allowed to keep
- a reference to this object, even not in the loaded or stored components'
+ a reference to this object, even not in the loaded or stored component's
copy of the MediaDescriptor provided by its arguments attribute.
</p>
*/
diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl
index ace40c4ab814..6ba5d049b3e3 100644
--- a/offapi/com/sun/star/document/Settings.idl
+++ b/offapi/com/sun/star/document/Settings.idl
@@ -277,7 +277,7 @@ published service Settings
// Writer, maybe later other applications, too
//-------------------------------------------------------------------------
- /** layout engine should add value of a Font's 'external leading'
+ /** layout engine should add value of a Font's "external leading"
* attribute to the line spacing.
*/
[optional, property] boolean AddExternalLeading;
diff --git a/offapi/com/sun/star/document/TypeDetection.idl b/offapi/com/sun/star/document/TypeDetection.idl
index f0d39e77ad51..608398873adc 100644
--- a/offapi/com/sun/star/document/TypeDetection.idl
+++ b/offapi/com/sun/star/document/TypeDetection.idl
@@ -48,7 +48,7 @@
module com { module sun { module star { module document {
//=============================================================================
-/** capsulate a type detection service and provide read/write access on it's configuration data.
+/** encapsulate a type detection service and provide read/write access on it's configuration data.
<p>
It's possible to make a "flat" detection which may use internal configuration
diff --git a/offapi/com/sun/star/document/XCodeNameQuery.idl b/offapi/com/sun/star/document/XCodeNameQuery.idl
index 948c86debf3a..948c86debf3a 100755..100644
--- a/offapi/com/sun/star/document/XCodeNameQuery.idl
+++ b/offapi/com/sun/star/document/XCodeNameQuery.idl
diff --git a/offapi/com/sun/star/document/XDocumentProperties.idl b/offapi/com/sun/star/document/XDocumentProperties.idl
index acc895f484d1..acc895f484d1 100755..100644
--- a/offapi/com/sun/star/document/XDocumentProperties.idl
+++ b/offapi/com/sun/star/document/XDocumentProperties.idl
diff --git a/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl b/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
index 23b29bcaca61..62c459de9091 100644
--- a/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
+++ b/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
@@ -52,7 +52,7 @@
module com { module sun { module star { module document {
//=============================================================================
-/** allows to import the document properties from OOXML fomat
+/** allows to import the document properties from OOXML format
*/
interface XOOXMLDocumentPropertiesImporter: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/document/XScriptInvocationContext.idl b/offapi/com/sun/star/document/XScriptInvocationContext.idl
index 237ca45e9664..82bae58d9712 100644
--- a/offapi/com/sun/star/document/XScriptInvocationContext.idl
+++ b/offapi/com/sun/star/document/XScriptInvocationContext.idl
@@ -59,7 +59,7 @@ module com { module sun { module star { module document {
interface XScriptInvocationContext
{
/** denotes the document which contains the scripts which are to be invoked from
- the component implementing the XScriptInvocationContext inteface.
+ the component implementing the XScriptInvocationContext interface.
*/
[attribute, readonly] XEmbeddedScripts ScriptContainer;
};
diff --git a/offapi/com/sun/star/document/XVbaMethodParameter.idl b/offapi/com/sun/star/document/XVbaMethodParameter.idl
index e358474823aa..1be11dd9897f 100644
--- a/offapi/com/sun/star/document/XVbaMethodParameter.idl
+++ b/offapi/com/sun/star/document/XVbaMethodParameter.idl
@@ -38,7 +38,7 @@
module com { module sun { module star { module document {
//=============================================================================
-//gives access to vba method input/output parameters
+//gives access to VBA method input/output parameters
//
//some OO objects need to implement this interface to support the passing of input/output parameters
//for certain VBA events