summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basctl/source/basicide/baside2b.cxx2
-rw-r--r--forms/source/component/ListBox.cxx2
-rw-r--r--officecfg/registry/data/org/openoffice/Office/TableWizard.xcu2
-rw-r--r--sc/source/filter/oox/viewsettings.cxx2
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.