Kaydet (Commit) e473067c authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Ib61a8a14923864757ed83e3914bcb4ac1aae6a22
Reviewed-on: https://gerrit.libreoffice.org/70991
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst b14fcbba
......@@ -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.
......
......@@ -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 ) ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment