]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.C
Add margin to paragraph dialog.
[lyx.git] / src / pspell.C
index f80aabd3ecfca943cc2f4673beb7afceb606021a..b0a46fedc0cd8072a34cfc8d23344bad7e5ccf3d 100644 (file)
@@ -35,13 +35,13 @@ PSpell::PSpell(BufferParams const &, string const & lang)
        : els(0), spell_error_object(0)
 {
        addManager(lang);
-       lyxerr[Debug::GUI] << "created pspell" << endl;
+       LYXERR(Debug::GUI) << "created pspell" << endl;
 }
 
 
 PSpell::~PSpell()
 {
-       lyxerr[Debug::GUI] << "killed pspell" << endl;
+       LYXERR(Debug::GUI) << "killed pspell" << endl;
 
        if (spell_error_object) {
                delete_pspell_can_have_error(spell_error_object);