summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/Desktop.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-22 13:23:30 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-27 09:25:03 +0100
commit5c0a22ab34a1ce0a7d1bd66e82d82f8bc6caaeec (patch)
tree6bc8bf2def9fab681f2b37467c965642b96764d1 /offapi/com/sun/star/frame/Desktop.idl
parent67a5f332ea028ef1f201144979b3ef7ad17a6a61 (diff)
Some fixes to documentation (part 2)
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/frame/Desktop.idl')
-rw-r--r--offapi/com/sun/star/frame/Desktop.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/Desktop.idl b/offapi/com/sun/star/frame/Desktop.idl
index f7a92ca25df0..96a1c8fb07b4 100644
--- a/offapi/com/sun/star/frame/Desktop.idl
+++ b/offapi/com/sun/star/frame/Desktop.idl
@@ -64,12 +64,12 @@
published service Desktop
{
//-------------------------------------------------------------------------
- /** make it possible to be the global root of different seperated frame trees
+ /** make it possible to be the global root of different separated frame trees
<p>
It's not a must for a frame (neither a frame tree) to be a part of this
global tree. But such outstanding frames won't be accessible by the normal
- frame api.
+ frame API.
</p>
*/
service Frame;
@@ -81,7 +81,7 @@ published service Desktop
interface XDesktop;
//-------------------------------------------------------------------------
- /** supports simple api for loading components into the frame environment
+ /** supports simple API for loading components into the frame environment
*/
interface XComponentLoader;