summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/UIElementType.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/ui/UIElementType.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/ui/UIElementType.idl')
-rw-r--r--offapi/com/sun/star/ui/UIElementType.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/UIElementType.idl b/offapi/com/sun/star/ui/UIElementType.idl
index f87d91ca6243..63fb62186747 100644
--- a/offapi/com/sun/star/ui/UIElementType.idl
+++ b/offapi/com/sun/star/ui/UIElementType.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module ui {
constants UIElementType
{
//-------------------------------------------------------------------------
- /** unkown user interface element type, which can be used as a wildcard
+ /** unknown user interface element type, which can be used as a wildcard
to specify all types.
*/
const short UNKNOWN = 0;
@@ -48,7 +48,7 @@ constants UIElementType
const short MENUBAR = 1;
//-------------------------------------------------------------------------
- /** specifies a popup menu.
+ /** specifies a pop-up menu.
*/
const short POPUPMENU = 2;