Richard, I have to revert r23332 to be able to compile trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23338 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-02-28 21:09:18 +00:00
parent a8708a5e9a
commit 5e853c1803

View File

@ -310,7 +310,7 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
// part of its name, because it's than book.
// For the "official" lyx-layouts it's no problem to support
// all well
if (!contains(buffer().params().baseClass()->name(), "art")) {
if (!contains(buffer().params().documentClass().name(), "art")) {
if (buffer().params().sides == OneSide) {
// oneside
os << "\\clearpage";