diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 12:10:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 12:10:05 +0000 |
commit | 7cc0f7638caa4c9383b460c5672b1ce95cd23979 (patch) | |
tree | b2652f18afa07c545600e04620b507e5df58286b /tools/inc | |
parent | f1ec687efb65c0f256fa87b46f7d155f95135a12 (diff) |
INTEGRATION: CWS impresstables2 (1.3.46); FILE MERGED
2008/02/21 14:37:31 cl 1.3.46.1: #i68103# added application data for binfilter svtools
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/shl.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/inc/tools/shl.hxx b/tools/inc/tools/shl.hxx index ff7bc7ea2d58..a7dc1c7263f1 100644 --- a/tools/inc/tools/shl.hxx +++ b/tools/inc/tools/shl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: shl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2007-10-23 14:41:11 $ + * last change: $Author: rt $ $Date: 2008-03-12 13:10:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -117,8 +117,10 @@ #define BF_SHL_CALC 59 #define BF_SHL_DRAW 60 #define BF_SHL_WRITER 61 +#define BF_SHL_SVT 62 +#define BF_SHL_SVDDE 63 -#define SHL_COUNT 62 +#define SHL_COUNT 64 TOOLS_DLLPUBLIC void** GetAppData( USHORT nSharedLib ); |