summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlimprt.hxx')
-rw-r--r--sc/source/filter/xml/xmlimprt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlimprt.hxx b/sc/source/filter/xml/xmlimprt.hxx
index 56a3386d914d..0a5d2e7f815d 100644
--- a/sc/source/filter/xml/xmlimprt.hxx
+++ b/sc/source/filter/xml/xmlimprt.hxx
@@ -170,8 +170,8 @@ typedef std::list< std::unique_ptr<const ScMyLabelRange> > ScMyLabelRanges;
struct ScMyImportValidation
{
OUString sName;
- OUString sImputTitle;
- OUString sImputMessage;
+ OUString sInputTitle;
+ OUString sInputMessage;
OUString sErrorTitle;
OUString sErrorMessage;
OUString sFormula1;
@@ -186,7 +186,7 @@ struct ScMyImportValidation
formula::FormulaGrammar::Grammar eGrammar2;
sal_Int16 nShowList;
bool bShowErrorMessage;
- bool bShowImputMessage;
+ bool bShowInputMessage;
bool bIgnoreBlanks;
};