From e473067c67f39a969b27f4e956769bd2652f7f5e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Apr 2019 20:51:55 +0000 Subject: Fix typo Change-Id: Ib61a8a14923864757ed83e3914bcb4ac1aae6a22 Reviewed-on: https://gerrit.libreoffice.org/70991 Tested-by: Jenkins Reviewed-by: Julien Nabet --- bean/com/sun/star/comp/beans/OOoBean.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bean') 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. -- cgit v1.2.3