diff options
author | Christian M. Heller <christian.heller63@gmail.com> | 2014-10-03 22:11:01 -0400 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-10-04 06:13:16 +0000 |
commit | d06039e7c93362a88ba394a178d3fcb85fc5d779 (patch) | |
tree | da60a98e0e54022480f4ff57bd6003dbe9a1d9a6 | |
parent | d244a0c1af7e5448d46cfa3172bcee5799f38087 (diff) |
fdo#39468 Translate German Comments - difimp and htmlimp
Change-Id: I221d07c56822905c500f11f3f738231259743acd
Reviewed-on: https://gerrit.libreoffice.org/11802
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
-rw-r--r-- | sc/source/filter/dif/difimp.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/html/htmlimp.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/dif/difimp.cxx b/sc/source/filter/dif/difimp.cxx index 2a8e187a1403..8b009f48da96 100644 --- a/sc/source/filter/dif/difimp.cxx +++ b/sc/source/filter/dif/difimp.cxx @@ -383,7 +383,7 @@ TOPIC DifParser::GetNextTopic( void ) // skip 2 lines ReadNextLine( aLine ); // fall-through - case S_ERROR_L2: // Fehler in Line 2 aufgetreten + case S_ERROR_L2: // error happened in line 2 // skip 1 line ReadNextLine( aLine ); eS = S_END; diff --git a/sc/source/filter/html/htmlimp.cxx b/sc/source/filter/html/htmlimp.cxx index 9eec75befa74..0a05a6a79881 100644 --- a/sc/source/filter/html/htmlimp.cxx +++ b/sc/source/filter/html/htmlimp.cxx @@ -100,9 +100,9 @@ ScHTMLImport::ScHTMLImport( ScDocument* pDocP, const OUString& rBaseURL, const S ScHTMLImport::~ScHTMLImport() { - // Reihenfolge wichtig, sonst knallt's irgendwann irgendwo in irgendeinem Dtor! - // Ist gewaehrleistet, da ScEEImport Basisklasse ist - delete (ScHTMLParser*) mpParser; // vor EditEngine! + // Ordering is important, otherwise we get an error in some other Dtor! + // OK, as ScEEImport is the Base Class + delete (ScHTMLParser*) mpParser; // before EditEngine! } void ScHTMLImport::InsertRangeName( ScDocument* pDoc, const OUString& rName, const ScRange& rRange ) |