diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 16:21:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 16:21:02 +0000 |
commit | 60ec1b7bc0a13c78c1c3de280b4c8fd3ed087d1e (patch) | |
tree | 5a90e517619d496ab7349fa65f1fecd87ba0b1e7 /svtools/inc | |
parent | 4cb3fbdbb34da78121f4b12ba7febf1cba000964 (diff) |
INTEGRATION: CWS fwk01 (1.1.132); FILE MERGED
2003/03/28 14:08:43 gt 1.1.132.1: #108202# third mode (auto) for symbol size
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/imgdef.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/inc/imgdef.hxx b/svtools/inc/imgdef.hxx index 72dd3466b281..22ed3c3f5d1a 100644 --- a/svtools/inc/imgdef.hxx +++ b/svtools/inc/imgdef.hxx @@ -2,9 +2,9 @@ * * $RCSfile: imgdef.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: pb $ $Date: 2002-03-25 12:56:59 $ + * last change: $Author: hr $ $Date: 2003-04-04 17:21:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,8 @@ enum SfxSymbolSet { SFX_SYMBOLS_SMALL, - SFX_SYMBOLS_LARGE + SFX_SYMBOLS_LARGE, + SFX_SYMBOLS_AUTO }; #define SFX_TOOLBOX_CHANGESYMBOLSET 0x0001 |