[Libreoffice-commits] core.git: framework/source hwpfilter/source include/oox officecfg/registry sc/source svgio/source

Andrea Gelmini andrea.gelmini at gelma.net
Wed Dec 20 09:40:01 UTC 2017


 framework/source/dispatch/dispatchprovider.cxx                        |    2 +-
 hwpfilter/source/grammar.cxx                                          |    2 +-
 include/oox/core/fragmenthandler.hxx                                  |    2 +-
 officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs |    2 +-
 sc/source/ui/view/tabview4.cxx                                        |    2 +-
 svgio/source/svgreader/svgnode.cxx                                    |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit ca9897cf772ab09874f8d1e4881a0c79aa94748a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Dec 19 21:55:26 2017 +0100

    Fix typos
    
    Change-Id: I28d73221ea83d89f73460f591723c6f80594ff15
    Reviewed-on: https://gerrit.libreoffice.org/46822
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list