X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLColor.C;h=d445f313b257639c36119a7046538d99eb14a8de;hb=98c966c64594611e469313314abd1e59524adb4a;hp=3a24065cae0298cc3d4139d007fcb8d7b8a70a96;hpb=aa41b3033b13395b920c93d087458de36aab6133;p=lyx.git diff --git a/src/LColor.C b/src/LColor.C index 3a24065cae..d445f313b2 100644 --- a/src/LColor.C +++ b/src/LColor.C @@ -1,8 +1,8 @@ /* This file is part of * ====================================================== - * + * * LyX, The Document Processor - * + * * Copyright 1998-2001 The LyX Team * *======================================================*/ @@ -125,7 +125,7 @@ string const LColor::getGUIName(LColor::color c) const string const LColor::getX11Name(LColor::color c) const { InfoTab::const_iterator ici = infotab.find(c); - if (ici != infotab.end()) + if (ici != infotab.end()) return ici->second.x11name; lyxerr << "LyX internal error: Missing color" @@ -195,7 +195,7 @@ LColor::color LColor::getFromGUIName(string const & guiname) const LColor::color LColor::getFromLyXName(string const & lyxname) const { - + InfoTab::const_iterator ici = infotab.begin(); InfoTab::const_iterator end = infotab.end(); for (; ici != end; ++ici) {