summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml/htmlout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svhtml/htmlout.cxx')
-rw-r--r--svtools/source/svhtml/htmlout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx
index db854631655e..2c7b45d50c42 100644
--- a/svtools/source/svhtml/htmlout.cxx
+++ b/svtools/source/svhtml/htmlout.cxx
@@ -614,7 +614,7 @@ SvStream& HTMLOutFuncs::Out_ImageMap( SvStream& rStream,
eDestEnc = osl_getThreadTextEncoding();
const OUString& rOutName = !rName.isEmpty() ? rName : rIMap.GetName();
- DBG_ASSERT( !rOutName.isEmpty(), "Kein ImageMap-Name" );
+ DBG_ASSERT( !rOutName.isEmpty(), "No ImageMap-Name" );
if( rOutName.isEmpty() )
return rStream;