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

Fix typos

Change-Id: I28d73221ea83d89f73460f591723c6f80594ff15
Reviewed-on: https://gerrit.libreoffice.org/46822Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 18c40a08
......@@ -321,7 +321,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryFrame
// Our owner frame should handle this URL. But we can't do it for all of them.
// So we ask the internal set controller first. If he disagree we try to find a registered
// protocol handler. If this failed too - we check for a loadable content and in case of true
// we load it into the frame by returning specilized dispatch object.
// we load it into the frame by returning specialized dispatch object.
else if (
(sTargetFrameName==SPECIALTARGET_SELF) ||
......
......@@ -512,7 +512,7 @@ yyparse(YYPARSE_PARAM_ARG)
/* Push a new state, which is found in yystate . */
/* In all cases, when you get here, the value and location stacks
have just been pushed. so pushing a state here evens the stacks. */
have just been pushed. So pushing a state here events the stacks. */
yynewstate:
*++yyssp = sal::static_int_cast<short>(yystate);
......
......@@ -117,7 +117,7 @@ public:
// XML stream handling ----------------------------------------------------
/** Opens the fragment stream referred by the own fragment path. Derived
classes may provide specilized stream implementations. */
classes may provide specialized stream implementations. */
virtual css::uno::Reference< css::io::XInputStream >
openFragmentStream() const;
......
......@@ -24,7 +24,7 @@
<templates>
<group oor:name="GlobalWindowState">
<info>
<desc>Provides window state settings to be set globally for OpenOfficre.org.</desc>
<desc>Provides window state settings to be set globally for OpenOffice.org.</desc>
</info>
<prop oor:name="Locked" oor:type="xs:boolean">
<info>
......
......@@ -388,7 +388,7 @@ void ScTabView::UpdateScrollBars( HeaderType eHeaderType )
bool bLayoutRTL = pDoc->IsLayoutRTL( nTab );
SCCOL nUsedX;
SCROW nUsedY;
pDoc->GetTableArea( nTab, nUsedX, nUsedY ); //! cachen !!!!!!!!!!!!!!!
pDoc->GetTableArea( nTab, nUsedX, nUsedY ); //! cached !!!!!!!!!!!!!!!
SCCOL nVisXL = 0;
SCCOL nVisXR = 0;
......
......@@ -495,7 +495,7 @@ namespace svgio
// in a defs node (which gets not decomposed by itself), but you never
// know
// also not directly used are Markers and Patterns, only indirecty used
// also not directly used are Markers and Patterns, only indirectly used
// by reference
// #i121656# also do not decompose nodes which have display="none" set
......
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