summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 09:58:06 +0000
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 17:35:39 +0200
commit07fb0664fa81040cdb110d7d8848b937f1facc33 (patch)
tree7c09b4349ac536256fd3381be5a753d86f9161a0 /include/xmloff
parent8e907dcf11d4e5b941bc5dc6e427485673ea4487 (diff)
Fix typos
Change-Id: I8222cf7aae977f0e26645dea6e4cfaee94446a2c Reviewed-on: https://gerrit.libreoffice.org/75946 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlnumfe.hxx2
-rw-r--r--include/xmloff/xmlstyle.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlnumfe.hxx b/include/xmloff/xmlnumfe.hxx
index 5db3352540ee..4aef1734d418 100644
--- a/include/xmloff/xmlnumfe.hxx
+++ b/include/xmloff/xmlnumfe.hxx
@@ -122,7 +122,7 @@ public:
// two methods to allow the field import/export to treat system languages
// properly:
- /// obtain number format with system languange for a given key
+ /// obtain number format with system language for a given key
sal_uInt32 ForceSystemLanguage( sal_uInt32 nKey );
};
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index 271f75bde520..0d7b5cfe1590 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -127,7 +127,7 @@ public:
// it into the document if this hasn't happened already in CreateAndInsert().
virtual void CreateAndInsertLate( bool bOverwrite );
- // This method is called fpr every style after all styles have been
+ // This method is called for every style after all styles have been
// inserted into the document.
virtual void Finish( bool bOverwrite );