diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-03 13:30:24 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-04 20:52:19 +0100 |
commit | 1688782a950d35a54dda50167d32875b3537509e (patch) | |
tree | 897bc2dd32d4457e77a7f62d6f686e1d7d70b3ce /sw | |
parent | 70d5eaadd87660deb3e87abf1361dfe72f744f56 (diff) |
Fix typos
Change-Id: Ia3248d07e5d711682af4211be7786ded9d545cd4
Reviewed-on: https://gerrit.libreoffice.org/47315
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmlfmte.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |