summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 16:56:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 23:40:12 +0900
commit9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch)
treeb6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /javaunohelper
parentca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff)
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/ComponentBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/ComponentBase.java b/javaunohelper/com/sun/star/lib/uno/helper/ComponentBase.java
index 650ed53e4917..9423e039f3d7 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/ComponentBase.java
+++ b/javaunohelper/com/sun/star/lib/uno/helper/ComponentBase.java
@@ -61,7 +61,7 @@ public class ComponentBase extends WeakBase implements XComponent
{
// Determine in a thread-safe way if this is the first call to this method.
// Only then we proceed with the notification of event listeners.
- // It is an error to call this method more then once.
+ // It is an error to call this method more than once.
boolean bDoDispose= false;
synchronized (this)
{