]> git.lyx.org Git - lyx.git/blobdiff - src/ISpell.cpp
make frontend::Application a bit slimmer
[lyx.git] / src / ISpell.cpp
index c0cfe5e441af8b6fa029fc279df41eeabd70970a..0475dd4cd1914bb0149116e288b34f6e027ca518 100644 (file)
@@ -220,7 +220,7 @@ docstring const from_iconv_encoding(string const & s, string const & encoding)
 ISpell::ISpell(BufferParams const & params, string const & lang)
        : in(0), out(0), inerr(0), str(0)
 {
-       //LYXERR(Debug::GUI) << "Created ispell" << endl;
+       //LYXERR(Debug::GUI, "Created ispell");
 
        encoding = params.encoding().iconvName();
 
@@ -314,7 +314,7 @@ ISpell::ISpell(BufferParams const & params, string const & lang)
 
 ISpell::~ISpell()
 {
-       //LYXERR(Debug::GUI) << "Killing ispell" << endl;
+       //LYXERR(Debug::GUI, "Killing ispell");
 
        if (in)
                fclose(in);