diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-20 09:02:34 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-20 11:23:12 +0100 |
commit | d6d58bbef95ddd2d2e92244d11304c76d001c097 (patch) | |
tree | 9d277d48db53b22f0ee60b5d99e1646ba552c6e9 | |
parent | 61b7f21f7f9e9d2516342cfdb23763d15acd4f79 (diff) |
Fix typos
Change-Id: Ib138f971c4efcc67c68c901c9f08b4d1d95cdde2
Reviewed-on: https://gerrit.libreoffice.org/44933
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/ListBox.cxx | 2 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/TableWizard.xcu | 2 | ||||
-rw-r--r-- | sc/source/filter/oox/viewsettings.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
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. |