diff options
author | gt <gt@openoffice.org> | 2002-08-07 12:04:08 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-08-07 12:04:08 +0000 |
commit | 818bf5f5b499ccc45879bdf21eec11177ab230c8 (patch) | |
tree | 3617ea83616971e44a1c970684b90ae00389fed8 /svtools/inc | |
parent | 224d096106f9b807c179654278c6d56a5b43ace4 (diff) |
#101852# LineListBox: change paint color (only) when necessary
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/ctrlbox.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/inc/ctrlbox.hxx b/svtools/inc/ctrlbox.hxx index 3339774c421e..3b45d12eae8a 100644 --- a/svtools/inc/ctrlbox.hxx +++ b/svtools/inc/ctrlbox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ctrlbox.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: gt $ $Date: 2002-07-31 07:43:32 $ + * last change: $Author: gt $ $Date: 2002-08-07 13:03:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -291,11 +291,10 @@ class LineListBox : public ListBox FieldUnit eUnit; FieldUnit eSourceUnit; -#ifdef _CTRLBOX_CXX void ImpGetLine( long nLine1, long nLine2, long nDistance, Bitmap& rBmp, XubString& rStr ); void ImplInit(); -#endif void UpdateLineColors( void ); + BOOL UpdatePaintLineColor( void ); // returns TRUE if maPaintCol has changed inline const Color& GetPaintColor( void ) const; virtual void DataChanged( const DataChangedEvent& rDCEvt ); |