summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/HtmlReader.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-03-24 08:26:23 +0000
committerMichael Stahl <mstahl@redhat.com>2017-03-27 13:03:40 +0000
commitf924422a05ada16d21e5a44da5c30aa0e2c10efd (patch)
tree10fac40ee2ae6e18329484d3f0d7172a9323de0d /dbaccess/source/ui/misc/HtmlReader.cxx
parentdfdf256d828e29b430e41d1b82899680664259f5 (diff)
tdf#39468 Translate German comments
Translate German comments in dbaccess/ Change-Id: Ib8e5e737c5d3cd6cd968be45e74d8d015c855e16 Reviewed-on: https://gerrit.libreoffice.org/35620 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/misc/HtmlReader.cxx')
-rw-r--r--dbaccess/source/ui/misc/HtmlReader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx
index 11c36b66d404..ce3a60321bf1 100644
--- a/dbaccess/source/ui/misc/HtmlReader.cxx
+++ b/dbaccess/source/ui/misc/HtmlReader.cxx
@@ -384,7 +384,7 @@ sal_Int16 OHTMLReader::GetWidthPixel( const HTMLOption& rOption )
const OUString& rOptVal = rOption.GetString();
if ( rOptVal.indexOf('%') != -1 )
{ // percentage
- OSL_ENSURE( m_nColumnWidth, "WIDTH Option: m_nColumnWidth==0 und Width%" );
+ OSL_ENSURE( m_nColumnWidth, "WIDTH Option: m_nColumnWidth==0 and Width%" );
return (sal_Int16)((rOption.GetNumber() * m_nColumnWidth) / 100);
}
else