mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove annoying debug messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14260 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c99a986c16
commit
a185f95d32
@ -1342,8 +1342,6 @@ void Buffer::changeLanguage(Language const * from, Language const * to)
|
|||||||
BOOST_ASSERT(from);
|
BOOST_ASSERT(from);
|
||||||
BOOST_ASSERT(to);
|
BOOST_ASSERT(to);
|
||||||
|
|
||||||
lyxerr << "Changing Language!" << endl;
|
|
||||||
|
|
||||||
// Take care of l10n/i18n
|
// Take care of l10n/i18n
|
||||||
updateDocLang(to);
|
updateDocLang(to);
|
||||||
|
|
||||||
|
@ -34,7 +34,6 @@ ControlCitation::ControlCitation(Dialog & d)
|
|||||||
|
|
||||||
bool ControlCitation::initialiseParams(string const & data)
|
bool ControlCitation::initialiseParams(string const & data)
|
||||||
{
|
{
|
||||||
lyxerr << "ControlCitation::initialiseParams\n\t" << data << std::endl;
|
|
||||||
ControlCommand::initialiseParams(data);
|
ControlCommand::initialiseParams(data);
|
||||||
|
|
||||||
vector<pair<string, string> > blist;
|
vector<pair<string, string> > blist;
|
||||||
|
@ -295,8 +295,8 @@ void ControlSpellchecker::showSummary()
|
|||||||
|
|
||||||
void ControlSpellchecker::replace(string const & replacement)
|
void ControlSpellchecker::replace(string const & replacement)
|
||||||
{
|
{
|
||||||
lyxerr << "ControlSpellchecker::replace("
|
lyxerr[Debug::GUI] << "ControlSpellchecker::replace("
|
||||||
<< replacement << ")" << std::endl;
|
<< replacement << ")" << std::endl;
|
||||||
BufferView & bufferview = *kernel().bufferview();
|
BufferView & bufferview = *kernel().bufferview();
|
||||||
cap::replaceWord(bufferview.cursor(), replacement);
|
cap::replaceWord(bufferview.cursor(), replacement);
|
||||||
kernel().buffer().markDirty();
|
kernel().buffer().markDirty();
|
||||||
|
Loading…
Reference in New Issue
Block a user