diff options
Diffstat (limited to 'svtools/source/svhtml/htmlout.cxx')
-rw-r--r-- | svtools/source/svhtml/htmlout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx index 5199ecec5d22..1038b6f4a42a 100644 --- a/svtools/source/svhtml/htmlout.cxx +++ b/svtools/source/svhtml/htmlout.cxx @@ -633,7 +633,7 @@ SvStream& HTMLOutFuncs::Out_ImageMap( SvStream& rStream, for( size_t i=0; i<rIMap.GetIMapObjectCount(); i++ ) { const IMapObject* pObj = rIMap.GetIMapObject( i ); - DBG_ASSERT( pObj, "Wo ist das ImageMap-Object?" ); + DBG_ASSERT( pObj, "Where is the ImageMap-Object?" ); if( pObj ) { |