From 0dc237953c79053495d1e98b4aa2745e25cee0d2 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 2 Sep 2017 15:08:52 +0200 Subject: Typos for "available" Change-Id: I8050b1f2ea5414b6e6da3392e8e22d330c794ff5 Reviewed-on: https://gerrit.libreoffice.org/41836 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmloff/source/text/txtparae.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 1abc10f0095b..481dfe23a3c2 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -3146,14 +3146,14 @@ void XMLTextParagraphExport::_exportTextGraphic( void XMLTextParagraphExport::_collectTextEmbeddedAutoStyles(const Reference < XPropertySet > & ) { - SAL_WARN( "xmloff", "no API implementation avialable" ); + SAL_WARN( "xmloff", "no API implementation available" ); } void XMLTextParagraphExport::_exportTextEmbedded( const Reference < XPropertySet > &, const Reference < XPropertySetInfo > & ) { - SAL_WARN( "xmloff", "no API implementation avialable" ); + SAL_WARN( "xmloff", "no API implementation available" ); } void XMLTextParagraphExport::exportEvents( const Reference < XPropertySet > & rPropSet ) -- cgit