]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-gui-toolbox-tristate.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-gui-toolbox-tristate.patch
1 Index: vcl/source/window/toolbox.cxx
2 ===================================================================
3 RCS file: /cvs/gsl/vcl/source/window/toolbox.cxx,v
4 retrieving revision 1.60
5 diff -u -p -u -r1.60 toolbox.cxx
6 --- vcl/source/window/toolbox.cxx       17 Apr 2003 15:19:46 -0000      1.60
7 +++ vcl/source/window/toolbox.cxx       14 May 2003 08:11:12 -0000
8 @@ -3024,9 +3024,6 @@ void ToolBox::ImplDrawItem( USHORT nPos,
9          if ( !pItem->mbEnabled || !IsEnabled() )
10              nImageStyle |= IMAGE_DRAW_DISABLE;
11  
12 -        if ( pItem->meState == STATE_DONTKNOW )
13 -            nImageStyle |= IMAGE_DRAW_DISABLE;
14 -
15  
16          // Image ausgeben
17          nTempOffX = nOffX;
This page took 0.024528 seconds and 3 git commands to generate.