diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/propertyexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/propertyexport.cxx b/xmloff/source/forms/propertyexport.cxx index add27d089911..5bc13cded759 100644 --- a/xmloff/source/forms/propertyexport.cxx +++ b/xmloff/source/forms/propertyexport.cxx @@ -216,7 +216,7 @@ namespace xmloff aValue, eValueAttName); break; default: - OSL_FAIL("OPropertyExport::exportRemainingProperties: unsupported sequence tyoe !"); + OSL_FAIL("OPropertyExport::exportRemainingProperties: unsupported sequence type !"); break; } } |