diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-03-24 08:26:23 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-03-27 13:03:40 +0000 |
commit | f924422a05ada16d21e5a44da5c30aa0e2c10efd (patch) | |
tree | 10fac40ee2ae6e18329484d3f0d7172a9323de0d /dbaccess/source/ui/querydesign/TableConnectionData.cxx | |
parent | dfdf256d828e29b430e41d1b82899680664259f5 (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/querydesign/TableConnectionData.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/TableConnectionData.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/TableConnectionData.cxx b/dbaccess/source/ui/querydesign/TableConnectionData.cxx index 059f0a5549bf..a852494943d0 100644 --- a/dbaccess/source/ui/querydesign/TableConnectionData.cxx +++ b/dbaccess/source/ui/querydesign/TableConnectionData.cxx @@ -42,7 +42,7 @@ OTableConnectionData::OTableConnectionData(const TTableWindowData::value_type& _ void OTableConnectionData::Init() { // initialise linedatalist with defaults - OSL_ENSURE(m_vConnLineData.empty(), "OTableConnectionData::Init() : nur mit leere Linienliste aufzurufen !"); + OSL_ENSURE(m_vConnLineData.empty(), "OTableConnectionData::Init() : call only with empty line list!"); ResetConnLines(); // this creates the defaults } |