[Libreoffice-commits] core.git: bean/com sc/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Apr 20 05:55:15 UTC 2019


 bean/com/sun/star/comp/beans/OOoBean.java |    8 ++++----
 sc/source/filter/excel/xeview.cxx         |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit e473067c67f39a969b27f4e956769bd2652f7f5e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Apr 19 20:51:55 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Apr 20 07:54:23 2019 +0200

    Fix typo
    
    Change-Id: Ib61a8a14923864757ed83e3914bcb4ac1aae6a22
    Reviewed-on: https://gerrit.libreoffice.org/70991
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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.
 
diff --git a/sc/source/filter/excel/xeview.cxx b/sc/source/filter/excel/xeview.cxx
index 634dab3819d6..b83937452b1a 100644
--- a/sc/source/filter/excel/xeview.cxx
+++ b/sc/source/filter/excel/xeview.cxx
@@ -52,7 +52,7 @@ void XclExpWindow1::SaveXml( XclExpXmlStream& rStrm )
     const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo();
 
     rStrm.GetCurrentStream()->singleElement( XML_workbookView,
-            // OOXTODO: XML_visibility, // ST_visibilty
+            // OOXTODO: XML_visibility, // ST_visibility
             // OOXTODO: XML_minimized,  // bool
             XML_showHorizontalScroll,   ToPsz( ::get_flag( mnFlags, EXC_WIN1_HOR_SCROLLBAR ) ),
             XML_showVerticalScroll,     ToPsz( ::get_flag( mnFlags, EXC_WIN1_VER_SCROLLBAR ) ),


More information about the Libreoffice-commits mailing list