summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java8
-rw-r--r--sc/source/filter/excel/xeview.cxx2
2 files changed, 5 insertions, 5 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.
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 ) ),