mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
Type safety sure will be nice.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23332 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
36ec5a880f
commit
265434519e
@ -310,7 +310,7 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
|
|||||||
// part of its name, because it's than book.
|
// part of its name, because it's than book.
|
||||||
// For the "official" lyx-layouts it's no problem to support
|
// For the "official" lyx-layouts it's no problem to support
|
||||||
// all well
|
// all well
|
||||||
if (!contains(buffer().params().documentClass().name(), "art")) {
|
if (!contains(buffer().params().baseClass()->name(), "art")) {
|
||||||
if (buffer().params().sides == OneSide) {
|
if (buffer().params().sides == OneSide) {
|
||||||
// oneside
|
// oneside
|
||||||
os << "\\clearpage";
|
os << "\\clearpage";
|
||||||
|
Loading…
Reference in New Issue
Block a user