sw/source/filter/xml/xmlfmte.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1688782a950d35a54dda50167d32875b3537509e Author: Andrea Gelmini <andrea.gelm...@gelma.net> Date: Wed Jan 3 13:30:24 2018 +0100 Fix typos Change-Id: Ia3248d07e5d711682af4211be7786ded9d545cd4 Reviewed-on: https://gerrit.libreoffice.org/47315 Reviewed-by: Michael Stahl <mst...@redhat.com> Tested-by: Michael Stahl <mst...@redhat.com> diff --git a/sw/source/filter/xml/xmlfmte.cxx b/sw/source/filter/xml/xmlfmte.cxx index ec079e903807..ed6b8fdca1fa 100644 --- a/sw/source/filter/xml/xmlfmte.cxx +++ b/sw/source/filter/xml/xmlfmte.cxx @@ -71,8 +71,8 @@ void SwXMLExport::ExportFormat( const SwFormat& rFormat, enum XMLTokenEnum eFami // Only adopt parent name, if it's not the default OSL_ENSURE( !pParent || pParent->IsDefault(), "unexpected parent" ); - OSL_ENSURE( USHRT_MAX == rFormat.GetPoolFormatId(), "pool ids arent'supported" ); - OSL_ENSURE( USHRT_MAX == rFormat.GetPoolHelpId(), "help ids arent'supported" ); + OSL_ENSURE( USHRT_MAX == rFormat.GetPoolFormatId(), "pool ids aren't supported" ); + OSL_ENSURE( USHRT_MAX == rFormat.GetPoolHelpId(), "help ids aren't supported" ); OSL_ENSURE( USHRT_MAX == rFormat.GetPoolHelpId() || UCHAR_MAX == rFormat.GetPoolHlpFileId(), "help file ids aren't supported" ); #endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits