diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-08-14 11:24:42 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-08-14 11:24:42 +0000 |
commit | 8b2a9e1af5e22adf74bec0b9cf55af6a2fe79eb3 (patch) | |
tree | 14f63b723ef5c593f16429bf1a0fda813d6d20ef /sc/inc/global.hxx | |
parent | 581d7145a24362330065903c06f104cdbbd1f313 (diff) |
#102281# HC for outline symbols
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index d00e9d9bd593..172cbb2d331b 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -2,9 +2,9 @@ * * $RCSfile: global.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: dr $ $Date: 2002-04-22 14:10:06 $ + * last change: $Author: dr $ $Date: 2002-08-14 12:19:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -550,6 +550,7 @@ class ScGlobal static SvxBrushItem* pProtectedBrushItem; static ImageList* pOutlineBitmaps; + static ImageList* pOutlineBitmapsHC; // static Bitmap* pAnchorBitmap; // static Bitmap* pGrayAnchorBitmap; @@ -622,7 +623,10 @@ public: static const String& GetEmptyString(); static const String& GetScDocString(); - static ImageList* GetOutlineBitmaps(); + /** Returns the specified image list with outline symbols. + @param bHC false = standard symbols; true = high contrast symbols. */ + static ImageList* GetOutlineSymbols( bool bHC ); + // static const Bitmap& GetAnchorBitmap(); // static const Bitmap& GetGrayAnchorBitmap(); |