summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/excel/xlstyle.cxx2
-rw-r--r--sc/source/filter/inc/xiescher.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx
index 49137528bb2b..b1765bedcd3b 100644
--- a/sc/source/filter/excel/xlstyle.cxx
+++ b/sc/source/filter/excel/xlstyle.cxx
@@ -1418,7 +1418,7 @@ static const XclBuiltInFormat spBuiltInFormats_THAI[] =
// ----------------------------------------------------------------------------
-/** Specifies a number format table for a specific langauge. */
+/** Specifies a number format table for a specific language. */
struct XclBuiltInFormatTable
{
LanguageType meLanguage; /// The language of this table.
diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx
index 8c71cfdf8ab4..42b188267e6a 100644
--- a/sc/source/filter/inc/xiescher.hxx
+++ b/sc/source/filter/inc/xiescher.hxx
@@ -927,7 +927,7 @@ public:
/** Inserts information about a new SdrObject. */
void InsertSdrObjectInfo( SdrObject& rSdrObj, sal_uInt32 nDffShapeId, sal_uInt32 nDffFlags );
- /** Removes inforamtion of an SdrObject (and all child objects if it is a group). */
+ /** Removes information of an SdrObject (and all child objects if it is a group). */
void RemoveSdrObjectInfo( SdrObject& rSdrObj );
/** Inserts the SdrObject pointers into all connector rules. */