summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-19 20:51:55 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-20 07:54:23 +0200
commite473067c67f39a969b27f4e956769bd2652f7f5e (patch)
treec7b00f66c5aae240c61bb0884a22d360d7d35522 /bean
parentb14fcbba8a7fdc1423209628700ff37d8ff9fb29 (diff)
Fix typo
Change-Id: Ib61a8a14923864757ed83e3914bcb4ac1aae6a22 Reviewed-on: https://gerrit.libreoffice.org/70991 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java
index 72acb9c03f87..606b627abf77 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -1051,7 +1051,7 @@ xLayoutManager.showElement("private:resource/menubar/menubar");
bIgnoreVisibility = false;
}
- /** Helper method to set tool bar visibilty.
+ /** Helper method to set tool bar visibility.
@param bNewValue
If false, the tool bar is disabled,
@@ -1159,7 +1159,7 @@ xLayoutManager.showElement("private:resource/menubar/menubar");
return bMenuBarVisible;
}
- /** Sets the main function bar visibilty.
+ /** Sets the main function bar visibility.
Initially the standard bar is visible.
@@ -1207,7 +1207,7 @@ xLayoutManager.showElement("private:resource/menubar/menubar");
return bStandardBarVisible;
}
- /** Sets the tool function bar visibilty.
+ /** Sets the tool function bar visibility.
Initially the tool bar is visible.
@@ -1255,7 +1255,7 @@ xLayoutManager.showElement("private:resource/menubar/menubar");
return bToolBarVisible;
}
- /** Sets the status function bar visibilty.
+ /** Sets the status function bar visibility.
Initially the status bar is visible.