summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2010-10-19 06:27:53 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-19 06:27:53 +0100
commit641f12b3e77dced06ca71366d73e98772bc555d7 (patch)
tree1b7dbefa1ed73968836aaca4a14ec55180a98531 /offapi
parent2fc1ad52be59faa01fb35caeec3d9592c2339600 (diff)
Use en-US spelling for consistency
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/MenuItemStyle.idl2
-rw-r--r--offapi/com/sun/star/awt/SystemPointer.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlButtonModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlDateFieldModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlScrollBarModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl2
10 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/awt/MenuItemStyle.idl b/offapi/com/sun/star/awt/MenuItemStyle.idl
index f4a4edf40304..6e0ce79a7cfa 100644
--- a/offapi/com/sun/star/awt/MenuItemStyle.idl
+++ b/offapi/com/sun/star/awt/MenuItemStyle.idl
@@ -48,7 +48,7 @@ published constants MenuItemStyle
//-------------------------------------------------------------------------
- /** specifies an item which can be checked dependent on the neighbouring
+ /** specifies an item which can be checked dependent on the neighboring
items.
*/
const short RADIOCHECK = 2;
diff --git a/offapi/com/sun/star/awt/SystemPointer.idl b/offapi/com/sun/star/awt/SystemPointer.idl
index 655f8dfe302f..6740d72a949f 100644
--- a/offapi/com/sun/star/awt/SystemPointer.idl
+++ b/offapi/com/sun/star/awt/SystemPointer.idl
@@ -287,7 +287,7 @@ published constants SystemPointer
//-------------------------------------------------------------------------
- /** specifies a mouse pointer which symbolizes moving a bezier weight.
+ /** specifies a mouse pointer which symbolizes moving a Bezier weight.
*/
const long MOVEBEZIERWEIGHT = 39;
@@ -389,7 +389,7 @@ published constants SystemPointer
//-------------------------------------------------------------------------
- /** specifies a mouse pointer which symbolizes drawing a bezier.
+ /** specifies a mouse pointer which symbolizes drawing a Bezier.
*/
const long DRAW_BEZIER = 56;
diff --git a/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
index bbcf7000157e..1a8b4b2cced8 100644
--- a/offapi/com/sun/star/awt/UnoControlButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
@@ -201,7 +201,7 @@ published service UnoControlButtonModel
//-------------------------------------------------------------------------
- /** specifies whether the control should show repeating behaviour.
+ /** specifies whether the control should show repeating behavior.
<p>Normally, when you click a button with the mouse, you need to
release the mouse button, and press it again. With this property
diff --git a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
index 1789e23fff32..781d672d2001 100644
--- a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
@@ -164,7 +164,7 @@ published service UnoControlCurrencyFieldModel
//-------------------------------------------------------------------------
- /** specifies whether the mouse should show repeating behaviour, i.e.
+ /** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
@since OOo 2.0.0
diff --git a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
index 193f1a325b72..2ce08a35f774 100644
--- a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
@@ -198,7 +198,7 @@ published service UnoControlDateFieldModel
//-------------------------------------------------------------------------
- /** specifies whether the mouse should show repeating behaviour, i.e.
+ /** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
@since OOo 2.0.0
diff --git a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
index 9ada06455b1e..0cdf42e38f29 100644
--- a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
@@ -223,7 +223,7 @@ published service UnoControlFormattedFieldModel
//-------------------------------------------------------------------------
- /** specifies whether the mouse should show repeating behaviour, i.e.
+ /** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
@since OOo 2.0.0
diff --git a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
index fd3b4c0877bb..a3988d7e2ae9 100644
--- a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
@@ -152,7 +152,7 @@ published service UnoControlNumericFieldModel
//-------------------------------------------------------------------------
- /** specifies whether the mouse should show repeating behaviour, i.e.
+ /** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
@since OOo 2.0.0
diff --git a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
index 3a190405430f..e9f2b2340c0e 100644
--- a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
@@ -111,7 +111,7 @@ published service UnoControlScrollBarModel
//-------------------------------------------------------------------------
- /** specifies the scrolling behaviour of the control.
+ /** specifies the scrolling behavior of the control.
<p><TRUE/> means, that when the user moves the slider in the scroll bar,
the content of the window is updated immediately.
diff --git a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
index cb55a369a15d..73e82363f5b3 100644
--- a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
@@ -150,7 +150,7 @@ service UnoControlSpinButtonModel
//-------------------------------------------------------------------------
- /** specifies whether the mouse should show repeating behaviour, i.e.
+ /** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
*/
[property] boolean Repeat;
diff --git a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
index 2673e152bb00..671846c06703 100644
--- a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
@@ -145,7 +145,7 @@ published service UnoControlTimeFieldModel
//-------------------------------------------------------------------------
- /** specifies whether the mouse should show repeating behaviour, i.e.
+ /** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
@since OOo 2.0.0