Kaydet (Commit) d6d58bbe authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ib138f971c4efcc67c68c901c9f08b4d1d95cdde2
Reviewed-on: https://gerrit.libreoffice.org/44933Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 61b7f21f
......@@ -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);
......
......@@ -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
}
......
......@@ -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>
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment