summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx2
-rw-r--r--hwpfilter/source/grammar.cxx2
-rw-r--r--include/oox/core/fragmenthandler.hxx2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs2
-rw-r--r--sc/source/ui/view/tabview4.cxx2
-rw-r--r--svgio/source/svgreader/svgnode.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index d0ccf5082b24..0d5d76f09bb8 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -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) ||
diff --git a/hwpfilter/source/grammar.cxx b/hwpfilter/source/grammar.cxx
index 20f9d04b19f4..4eca314da16f 100644
--- a/hwpfilter/source/grammar.cxx
+++ b/hwpfilter/source/grammar.cxx
@@ -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);
diff --git a/include/oox/core/fragmenthandler.hxx b/include/oox/core/fragmenthandler.hxx
index e8107a1dae82..93666aa344e8 100644
--- a/include/oox/core/fragmenthandler.hxx
+++ b/include/oox/core/fragmenthandler.hxx
@@ -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;
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs
index 55445a5b871f..1cfa98041643 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs
@@ -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>
diff --git a/sc/source/ui/view/tabview4.cxx b/sc/source/ui/view/tabview4.cxx
index 9eb1ebd51c02..a366f99be4a0 100644
--- a/sc/source/ui/view/tabview4.cxx
+++ b/sc/source/ui/view/tabview4.cxx
@@ -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;
diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx
index 160774ad35e4..f953ec5667c0 100644
--- a/svgio/source/svgreader/svgnode.cxx
+++ b/svgio/source/svgreader/svgnode.cxx
@@ -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