]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@comcast.net>
Thu, 15 Sep 2011 21:48:23 +0000 (21:48 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 15 Sep 2011 21:48:23 +0000 (21:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39681 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index 3df51d7b84a478ac05946d8cac5355450603a2b6..0bb1f3bd720cf640b69fac6a61693cd1c8087f4e 100644 (file)
@@ -1644,7 +1644,7 @@ void Buffer::writeLyXHTMLSource(odocstream & os,
                }
 
                bool const needfg = params().fontcolor != RGBColor(0, 0, 0);
-               bool const needbg = params().backgroundcolor != RGBColor(OxFF, OxFF, OxFF);
+               bool const needbg = params().backgroundcolor != RGBColor(0xFF, 0xFF, 0xFF);
                if (needfg || needbg) {
                                os << "<style type='text/css'>\nbody {\n";
                                if (needfg)