]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-svx.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-svx.patch
1 --- oo/svx/source/options/optcolor.cxx.orig     Fri May 23 22:50:44 2003
2 +++ oo/svx/source/options/optcolor.cxx  Fri May 23 22:51:11 2003
3 @@ -2,9 +2,9 @@
4   *
5   *  $RCSfile$
6   *
7 - *  $Revision$
8 + *  $Revision$
9   *
10 - *  last change: $Author$ $Date$
11 + *  last change: $Author$ $Date$
12   *
13   *  The Contents of this file are made available subject to the terms of
14   *  either of the following licenses
15 @@ -946,7 +946,7 @@
16                         }
17              else
18              {
19 -                Color& rColor = pBox->GetSelectEntryColor();
20 +                const Color& rColor = pBox->GetSelectEntryColor();
21                  aColorEntry.nColor = rColor.GetColor();
22                                 if(aScrollWindow.aWindows[i])
23                                         aScrollWindow.aWindows[i]->SetBackground(Wallpaper(rColor));
This page took 0.106031 seconds and 3 git commands to generate.