From: Richard Heck Date: Wed, 11 Feb 2009 19:51:56 +0000 (+0000) Subject: Cosmetics. X-Git-Tag: 2.0.0~7249 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0a5514d2a46386a529f3bbbfdb9425def91f9dd2;p=lyx.git Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28453 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 70f04c1a8a..d907eae199 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1567,11 +1567,11 @@ void BufferParams::addDefaultModules() } +// Perform a consistency check on the set of modules. We need to make +// sure that none of the modules exclude each other and that requires +// are satisfied. bool BufferParams::checkModuleConsistency() { bool consistent = true; - // Perform a consistency check on the set of modules. We need to make - // sure that none of the modules exclude each other and that requires - // are satisfied. LayoutModuleList oldModules = layoutModules_; clearLayoutModules(); LayoutModuleList::const_iterator oit = oldModules.begin();