]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-gui-toolbox-tristate.patch
- up
[packages/libreoffice.git] / openoffice-gui-toolbox-tristate.patch
CommitLineData
efef92ce 1Index: vcl/source/window/toolbox.cxx
2===================================================================
3RCS file: /cvs/gsl/vcl/source/window/toolbox.cxx,v
4retrieving revision 1.60
5diff -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.072451 seconds and 4 git commands to generate.