summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dtrans/source/win32/dtobj/XTDataObject.hxx2
-rw-r--r--dtrans/source/win32/workbench/XTDo.hxx2
-rw-r--r--sc/source/filter/inc/xehelper.hxx2
-rw-r--r--sc/source/filter/inc/xihelper.hxx2
-rw-r--r--sc/source/filter/lotus/lotform.cxx4
-rw-r--r--xmloff/dtd/office.mod2
-rw-r--r--xmloff/dtd/text.mod2
7 files changed, 8 insertions, 8 deletions
diff --git a/dtrans/source/win32/dtobj/XTDataObject.hxx b/dtrans/source/win32/dtobj/XTDataObject.hxx
index 3a6a0d49c5c3..d9979e7cfebb 100644
--- a/dtrans/source/win32/dtobj/XTDataObject.hxx
+++ b/dtrans/source/win32/dtobj/XTDataObject.hxx
@@ -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
diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx
index a6c9c763c6db..5b35699038bc 100644
--- a/dtrans/source/win32/workbench/XTDo.hxx
+++ b/dtrans/source/win32/workbench/XTDo.hxx
@@ -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
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx
index 22ae75852343..c90c6fa18c76 100644
--- a/sc/source/filter/inc/xehelper.hxx
+++ b/sc/source/filter/inc/xehelper.hxx
@@ -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:
diff --git a/sc/source/filter/inc/xihelper.hxx b/sc/source/filter/inc/xihelper.hxx
index a4e8c2527103..8f64e2fd606c 100644
--- a/sc/source/filter/inc/xihelper.hxx
+++ b/sc/source/filter/inc/xihelper.hxx
@@ -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:
diff --git a/sc/source/filter/lotus/lotform.cxx b/sc/source/filter/lotus/lotform.cxx
index a80cc13c4693..4000b3c1a4ea 100644
--- a/sc/source/filter/lotus/lotform.cxx
+++ b/sc/source/filter/lotus/lotform.cxx
@@ -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?" );
}
}
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod
index a0ec56c50f34..e3f332e29e52 100644
--- a/xmloff/dtd/office.mod
+++ b/xmloff/dtd/office.mod
@@ -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|
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 03b82ba27003..a70174fc9ffc 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -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>