]> git.lyx.org Git - lyx.git/commit
Fix bug #5543: InsetInfo gives wrong result for textclasses.
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 22 Apr 2010 19:36:03 +0000 (19:36 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 22 Apr 2010 19:36:03 +0000 (19:36 +0000)
commit6ec5776991c34bdc97bf758abe479073c2bf252a
treee4d50248aa6714365d760ceee13b61e44c5f60ab
parented05787e41bd7ba871baec0ac8f6e4bbb0ead4a2
Fix bug #5543: InsetInfo gives wrong result for textclasses.

InsetInfo only returned whether a layout file was available for a class, not whether the LaTeX document class was available.

This might be caused by the maybe misleading name of the "LayoutFileList::haveClass()" function.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34268 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetInfo.cpp