summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XUntitledNumbers.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XUntitledNumbers.idl')
-rw-r--r--offapi/com/sun/star/frame/XUntitledNumbers.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/frame/XUntitledNumbers.idl b/offapi/com/sun/star/frame/XUntitledNumbers.idl
index e2864d709c2f..3cace083a209 100644
--- a/offapi/com/sun/star/frame/XUntitledNumbers.idl
+++ b/offapi/com/sun/star/frame/XUntitledNumbers.idl
@@ -51,10 +51,10 @@ constants UntitledNumbersConst
interface XUntitledNumbers : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** calli has to lease a number befor he can use it within in its own title.
+ /** callee has to lease a number before he can use it within in its own title.
Such number must be freed after using e.g. while the object was closed or
- get's another title (e.g. by saving a document to a real location on disc).
+ gets another title (e.g. by saving a document to a real location on disc).
@param xComponent
the component which has to be registered for the leased number.
@@ -70,10 +70,10 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** has to be used to mark those number as "free for using".
- If the reqistered component does not use such leased number any longer
+ If the registered component does not use such leased number any longer
it has to be released so it can be used for new components.
- Note: calling this method with an unknown (but normaly valid number)
+ Note: calling this method with an unknown (but normally valid number)
has to be ignored. No exceptions - no errors.
@param nNumber
@@ -99,10 +99,10 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface
raises (com::sun::star::lang::IllegalArgumentException);
//-------------------------------------------------------------------------
- /** returns the localized string value to be used for untitles objects in
+ /** returns the localized string value to be used for untitled objects in
combination with the leased number.
- Note: Such string already contains leading spaces/tabs etcpp. !
+ Note: Such string already contains leading spaces/tabs etc. !
The only thing which an outside code has todo then ... adding a leased number
to the string.