[Libreoffice-commits] core.git: basctl/source forms/source officecfg/registry sc/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Nov 20 10:23:36 UTC 2017


 basctl/source/basicide/baside2b.cxx                           |    2 +-
 forms/source/component/ListBox.cxx                            |    2 +-
 officecfg/registry/data/org/openoffice/Office/TableWizard.xcu |    2 +-
 sc/source/filter/oox/viewsettings.cxx                         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit d6d58bbef95ddd2d2e92244d11304c76d001c097
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Nov 20 09:02:34 2017 +0100

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

diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index a48c70a43446..1163c94d9aca 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -763,7 +763,7 @@ void EditorWindow::HandleProcedureCompletion()
             aHighlighter.getHighlightPortions( aCurrLine, aCurrPortions );
 
             if( aCurrPortions.size() >= 3 )
-            {//at least 3 tokens: (sub|function) whitespace idetifier ....
+            {//at least 3 tokens: (sub|function) whitespace identifier...
                 HighlightPortion& r = aCurrPortions.front();
                 OUString sStr = aCurrLine.copy(r.nBegin, r.nEnd - r.nBegin);
 
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 23b3d961a26a..b077847499a8 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -1778,7 +1778,7 @@ namespace frm
     void OListBoxModel::disconnectedExternalListSource( )
     {
         // TODO: in case we're part of an already loaded form, we should probably simulate
-        // an onConnectedDbColumn, so our list get's filled with the data as indicated
+        // an onConnectedDbColumn, so our list gets filled with the data as indicated
         // by our SQL-binding related properties
     }
 
diff --git a/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu b/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu
index 2184b1f69ead..2b1876005ef8 100644
--- a/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu
@@ -7921,7 +7921,7 @@
                 <value xml:lang="en-US">Nationality</value>
               </prop>
               <prop oor:name="ShortName">
-                <value xml:lang="en-US">Nationlity</value>
+                <value xml:lang="en-US">Nationality</value>
               </prop>
               <prop oor:name="Type">
                 <value>12</value>
diff --git a/sc/source/filter/oox/viewsettings.cxx b/sc/source/filter/oox/viewsettings.cxx
index 3315e7bb50fa..9a7e1d44f62c 100644
--- a/sc/source/filter/oox/viewsettings.cxx
+++ b/sc/source/filter/oox/viewsettings.cxx
@@ -90,7 +90,7 @@ const sal_Int16 API_SPLITMODE_NONE                  = 0;        /// No splits in
 const sal_Int16 API_SPLITMODE_SPLIT                 = 1;        /// Window is split.
 const sal_Int16 API_SPLITMODE_FREEZE                = 2;        /// Window has frozen panes.
 
-// no predefined constants for pane idetifiers
+// no predefined constants for pane identifiers
 const sal_Int16 API_SPLITPANE_TOPLEFT               = 0;        /// Top-left, or top pane.
 const sal_Int16 API_SPLITPANE_TOPRIGHT              = 1;        /// Top-right pane.
 const sal_Int16 API_SPLITPANE_BOTTOMLEFT            = 2;        /// Bottom-left, bottom, left, or single pane.


More information about the Libreoffice-commits mailing list