summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlprhdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlprhdl.hxx')
-rw-r--r--include/xmloff/xmlprhdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlprhdl.hxx b/include/xmloff/xmlprhdl.hxx
index bc46a978a859..0aba91b432f4 100644
--- a/include/xmloff/xmlprhdl.hxx
+++ b/include/xmloff/xmlprhdl.hxx
@@ -48,7 +48,7 @@ public:
/// Imports the given value in cas of the given XML-data-type
virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const =0;
- /// Exports the given value in cas of the given XML-data-type
+ /// Exports the given value in case of the given XML-data-type
virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const =0;
};