summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/htmlout.cxx2
-rw-r--r--svtools/source/svhtml/parhtml.cxx2
2 files changed, 2 insertions, 2 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 )
{
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index cd8faf0509af..1e4e39f3edaf 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -1161,7 +1161,7 @@ int HTMLParser::GetNextToken_()
{
if( bOffState )
{
- // einfach alles wegschmeissen
+ // simply throw away everything
ScanText( '>' );
if( sal_Unicode(EOF) == nNextCh && rInput.IsEof() )
{