summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlbas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlbas.cxx')
-rw-r--r--sw/source/filter/html/htmlbas.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlbas.cxx b/sw/source/filter/html/htmlbas.cxx
index b776fcf6eece..d1b2cbf6df6e 100644
--- a/sw/source/filter/html/htmlbas.cxx
+++ b/sw/source/filter/html/htmlbas.cxx
@@ -236,7 +236,7 @@ void SwHTMLParser::InsertBasicDocEvent( const OUString& aEvent, const OUString&
ScriptType eScrType,
const OUString& rScrType )
{
- OSL_ENSURE( !rName.isEmpty(), "InsertBasicDocEvent() ohne Macro gerufen" );
+ OSL_ENSURE( !rName.isEmpty(), "InsertBasicDocEvent() called without macro" );
if( rName.isEmpty() )
return;
@@ -261,7 +261,7 @@ void SwHTMLWriter::OutBasic()
return;
BasicManager *pBasicMan = pDoc->GetDocShell()->GetBasicManager();
- OSL_ENSURE( pBasicMan, "Wo ist der Basic-Manager?" );
+ OSL_ENSURE( pBasicMan, "Where is the Basic-Manager?" );
// Only write DocumentBasic
if( !pBasicMan || pBasicMan == SfxApplication::GetBasicManager() )
{