Kaydet (Commit) 0fe9defa authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sw html: Translate some german comments.

Change-Id: I4b8e83dc53e09ba18b5cd0e907ce2412d7f7dd98
üst 8ab69537
......@@ -2927,11 +2927,11 @@ Writer& OutHTML_INetFmt( Writer& rWrt, const SwFmtINetFmt& rINetFmt, bool bOn )
const SvxMacroTableDtor *pMacTable = rINetFmt.GetMacroTbl();
bool bEvents = pMacTable != 0 && !pMacTable->empty();
// Gibt es ueberhaupt etwas auszugeben?
// Anything to output at all?
if( aURL.isEmpty() && !bEvents && rINetFmt.GetName().isEmpty() )
return rWrt;
// Tag aus? Dann nur ein </A> ausgeben.
// bOn controls if we are writing the opening or closing tag
if( !bOn )
{
HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), OOO_STRING_SVTOOLS_HTML_anchor, false );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment