From: Pavel Sanda Date: Sun, 17 May 2009 13:13:39 +0000 (+0000) Subject: Revert r29619, this needs more thinking. X-Git-Tag: 2.0.0~6538 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=79115c801386a6579fe0ab2744188611db47f60f;p=features.git Revert r29619, this needs more thinking. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29712 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 929489139c..31a24469e9 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -830,9 +830,8 @@ void BufferParams::writeFile(ostream & os) const << "\n\\use_bibtopic " << convert(use_bibtopic) << "\n\\use_indices " << convert(use_indices) << "\n\\paperorientation " << string_orientation[orientation] + << "\n\\backgroundcolor " << lyx::X11hexname(backgroundcolor) << '\n'; - if (backgroundcolor != lyx::rgbFromHexName("#ffffff")) - os << "\\backgroundcolor " << lyx::X11hexname(backgroundcolor) << '\n'; BranchList::const_iterator it = branchlist().begin(); BranchList::const_iterator end = branchlist().end();