From feb54809e9c0ed921cfda3417fe1eff7d6b9e2ef Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 24 Jul 2017 23:25:38 +0200 Subject: Typo: tyoe->type Change-Id: I65c1da9adaec5f95d38cb523822d50e9a05386bd Reviewed-on: https://gerrit.libreoffice.org/40384 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- xmloff/source/forms/propertyexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/forms') 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; } } -- cgit