]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
[lyx.git] / src / ispell.C
index 1a798cd29ec3ff32713ef3cd5180c1fffd880ccd..3813ec47066050e3378e5666e5be76395630d1d9 100644 (file)
@@ -221,7 +221,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" << endl;
 
        encoding = params.encoding().iconvName();
 
@@ -315,7 +315,7 @@ ISpell::ISpell(BufferParams const & params, string const & lang)
 
 ISpell::~ISpell()
 {
-       lyxerr[Debug::GUI] << "Killing ispell" << endl;
+       LYXERR(Debug::GUI) << "Killing ispell" << endl;
 
        if (in)
                fclose(in);