Kaydet (Commit) b00d6854 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Adolfo Jayme Barrientos

Fix typos

Change-Id: I32c0966f8489d58f02b32bf205aedbb8303a217d
Reviewed-on: https://gerrit.libreoffice.org/53432Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 3fae9479
......@@ -44,7 +44,7 @@
- This class inherits from IDataObject an so can be placed on the
OleClipboard. The class wraps a transferable object which is the
original DataSource
- DataFlavors offerd by this transferable will be translated into
- DataFlavors offered by this transferable will be translated into
appropriate clipboard formats
- if the transferable contains text data always text and unicodetext
will be offered or vice versa
......
......@@ -44,7 +44,7 @@ class EnumFormatEtc;
- This class inherits from IDataObject an so can be placed on the
OleClipboard. The class wraps a transferable object which is the
original DataSource
- DataFlavors offerd by this transferable will be translated into
- DataFlavors offered by this transferable will be translated into
appropriate clipboard formats
- if the transferable contains text data always text and unicodetext
will be offered or vice versa
......
......@@ -331,7 +331,7 @@ class EditEngine;
/** Converts edit engine text objects to an Excel header/footer string.
@descr Header/footer content is divided into three parts: Left, center and
right portion. All formatting information will be encoded in the Excel string
using special character seuences. A control sequence starts with the ampersand
using special character sequences. A control sequence starts with the ampersand
character.
Supported control sequences:
......
......@@ -136,7 +136,7 @@ struct XclFontData;
/** Converts an Excel header/footer string into three edit engine text objects.
@descr Header/footer content is divided into three parts: Left, center and
right portion. All formatting information is encoded in the Excel string
using special character seuences. A control sequence starts with the ampersand
using special character sequences. A control sequence starts with the ampersand
character.
Supported control sequences:
......
......@@ -287,7 +287,7 @@ void LotusToSc::LotusRelToScRel( sal_uInt16 nCol, sal_uInt16 nRow, ScSingleRefDa
nRow &= 0x1FFF;
break;
default:
SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandeled case?" );
SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandled case?" );
}
}
else
......@@ -307,7 +307,7 @@ void LotusToSc::LotusRelToScRel( sal_uInt16 nCol, sal_uInt16 nRow, ScSingleRefDa
nRow &= 0x3FFF;
break;
default:
SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandeled case?" );
SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandled case?" );
}
}
......
......@@ -182,7 +182,7 @@
text:bibliography-configuration and
text:linenumbering-configuration
may appear only once!
Unfortunatetly, this constraint cannot be easily specified in the DTD.
Unfortunately, this constraint cannot be easily specified in the DTD.
-->
<!ELEMENT office:styles (%styles;|text:outline-style|
text:footnotes-configuration|text:endnotes-configuration|
......
......@@ -669,7 +669,7 @@
<!-- Validity constraint: text:footnote and text:endnote elements may not
contain other text:footnote or text:endnote elements, even though the DTD
allows this (via the %text; in the foot-/endnote-body).
Unfortunatetly, this constraint cannot be easily specified in the DTD.
Unfortunately, this constraint cannot be easily specified in the DTD.
-->
<!ELEMENT text:footnote (text:footnote-citation, text:footnote-body)>
<!ATTLIST text:footnote text:id ID #IMPLIED>
......
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