diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-18 10:00:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-18 10:00:41 +0000 |
commit | daca9362b4e2ba445ccf81ba62d7d6c4ae2f630e (patch) | |
tree | 695d36541b345ce817750e28733f7c751e9795f5 | |
parent | 55dda739f309de34a420ea2ed90c09a88a04de12 (diff) |
INTEGRATION: CWS vcl21 (1.11.292); FILE MERGED
2004/03/29 13:50:09 pl 1.11.292.1: #i27063# do not use static images
-rw-r--r-- | svtools/inc/svimpbox.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/inc/svimpbox.hxx b/svtools/inc/svimpbox.hxx index ad0e6cc147f1..c6339adc2462 100644 --- a/svtools/inc/svimpbox.hxx +++ b/svtools/inc/svimpbox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svimpbox.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-05-27 11:21:07 $ + * last change: $Author: kz $ $Date: 2004-05-18 11:00:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,10 +146,10 @@ private: ScrollBar aHorSBar; ScrollBarBox aScrBarBox; - static Image s_aDefCollapsed; - static Image s_aDefExpanded; - static Image s_aDefCollapsedHC; - static Image s_aDefExpandedHC; + static Image* s_aDefCollapsed; + static Image* s_aDefExpanded; + static Image* s_aDefCollapsedHC; + static Image* s_aDefExpandedHC; // Node Bitmaps enum ImageType |