From: Richard Heck Date: Wed, 7 Apr 2010 13:21:10 +0000 (+0000) Subject: Whitespace. X-Git-Tag: 2.0.0~3525 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dfe751c701b9fbe81c5ccf541d38ca0c741852ed;p=features.git Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34076 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 5d6e56046f..6c807ec87b 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1818,6 +1818,7 @@ void BufferParams::makeDocumentClass() } } + bool BufferParams::moduleCanBeAdded(string const & modName) const { return layoutModules_.moduleCanBeAdded(modName, baseClass());