From 0a5514d2a46386a529f3bbbfdb9425def91f9dd2 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 11 Feb 2009 19:51:56 +0000 Subject: [PATCH] Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28453 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); -- 2.39.2