summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx4
1 files changed, 2 insertions, 2 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;
}