From 79115c801386a6579fe0ab2744188611db47f60f Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 17 May 2009 13:13:39 +0000 Subject: [PATCH] Revert r29619, this needs more thinking. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29712 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.39.2