summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XModifiable2.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:24:26 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-01-31 10:43:16 +0000
commit406a63e9a0f1a955ff08a0d10d13352174b77193 (patch)
tree67c556e031bd22ada3bbff7dee72499f163f9e8b /offapi/com/sun/star/util/XModifiable2.idl
parenta129a38585fe89bb95de35982432c28dd4c62b4d (diff)
Some fixes to documentation (part 5)
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/util/XModifiable2.idl')
-rw-r--r--offapi/com/sun/star/util/XModifiable2.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XModifiable2.idl b/offapi/com/sun/star/util/XModifiable2.idl
index fe2c7960e9d1..a2f7287a4a83 100644
--- a/offapi/com/sun/star/util/XModifiable2.idl
+++ b/offapi/com/sun/star/util/XModifiable2.idl
@@ -48,7 +48,7 @@ module com { module sun { module star { module util {
This interface allows to prevent changing of the modified state of the
object. It is introduced for performance optimizations, to allow to prevent
unnecessary updates, for example while importing a document.
- Please use this interface very carefuly.
+ Please use this interface very carefully.
</p>
*/
interface XModifiable2: com::sun::star::util::XModifiable
@@ -56,7 +56,7 @@ interface XModifiable2: com::sun::star::util::XModifiable
//-------------------------------------------------------------------------
/** disable possibility to change modified state of the document
- @retuns the value that says whether the modified state change was
+ @returns the value that says whether the modified state change was
enabled before the call
<TRUE/> the changing of the modified state was already disabled
<FALSE/> the changing of the modified state was enabled
@@ -67,7 +67,7 @@ interface XModifiable2: com::sun::star::util::XModifiable
//-------------------------------------------------------------------------
/** enable possibility to change modified state of the document
- @retuns the value that says whether the modified state change was
+ @returns the value that says whether the modified state change was
enabled before the call
<TRUE/> the changing of the modified state was disabled
<FALSE/> the changing of the modified state was already enabled