[Libreoffice-commits] core.git: sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Jan 4 19:52:46 UTC 2018


 sw/source/filter/xml/xmlfmte.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1688782a950d35a54dda50167d32875b3537509e
Author: Andrea Gelmini <andrea.gelmini at 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 <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at 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


More information about the Libreoffice-commits mailing list