]> git.lyx.org Git - features.git/commitdiff
fix formatting issue.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 12 Oct 2006 20:03:09 +0000 (20:03 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 12 Oct 2006 20:03:09 +0000 (20:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15314 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/GuiApplication.C
src/frontends/qt3/GuiApplication.C
src/frontends/qt4/GuiApplication.C

index 6888059cf0e5d113699dadef8c64fb7f43068987..169c57f2246c766334f30c82dfb280dffaf10842 100644 (file)
@@ -137,7 +137,7 @@ void GuiApplication::syncEvents()
 
 
 bool GuiApplication::getRgbColor(LColor_color col,
-                                                                lyx::RGBColor & rgbcol)
+       lyx::RGBColor & rgbcol)
 {
        Gdk::Color gdkColor;
        Gdk::Color * gclr = colorCache.getColor(col);
index 63394f1330cd1e52fbd065d06ae9efa62bdfc13f..7af72f805ad0b3b45d26693f18e0b509484da19e 100644 (file)
@@ -215,7 +215,7 @@ void GuiApplication::syncEvents()
 
 
 bool GuiApplication::getRgbColor(LColor_color col,
-                                                                lyx::RGBColor & rgbcol)
+       lyx::RGBColor & rgbcol)
 {
        QColor const & qcol = lcolorcache.get(col);
        if (!qcol.isValid()) {
index 634bd7ecdb46fda27795d13585c521a3a709e8d8..f3c8421f62b3aa39f763a799bf8f945c1548ab1f 100644 (file)
@@ -221,7 +221,7 @@ void GuiApplication::syncEvents()
 
 
 bool GuiApplication::getRgbColor(LColor_color col,
-                                                                lyx::RGBColor & rgbcol)
+       lyx::RGBColor & rgbcol)
 {
        QColor const & qcol = color_cache_.get(col);
        if (!qcol.isValid()) {