summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparae.cxx4
-rw-r--r--xmloff/source/text/txtparai.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 907a799546bf..3f774ae1a521 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -3321,8 +3321,8 @@ bool XMLTextParagraphExport::addHyperlinkAttributes(
if ( sHRef.isEmpty() )
{
- // hyperlink without an URL does not make sense
- OSL_ENSURE( false, "hyperlink without an URL --> no export to ODF" );
+ // hyperlink without a URL does not make sense
+ OSL_ENSURE( false, "hyperlink without a URL --> no export to ODF" );
return false;
}
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index 674c0ac2e83b..9fa9ca8701ca 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -413,7 +413,7 @@ XMLImpHyperlinkContext_Impl::XMLImpHyperlinkContext_Impl(
if ( mpHint->GetHRef().isEmpty() )
{
- // hyperlink without an URL is not imported.
+ // hyperlink without a URL is not imported.
delete mpHint;
mpHint = nullptr;
}