diff options
author | Peter Burow <pb@openoffice.org> | 2001-07-13 08:37:59 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-07-13 08:37:59 +0000 |
commit | ecb7e64a1c4c399dd5abf37937aab684eda834ea (patch) | |
tree | d4b396d5da9a7dd5e0190f978bbac57c53aa8230 /sfx2/source/doc/docvor.hrc | |
parent | 9bf0cba7d1598690b2ffeaf228cfb0d1802d3fb7 (diff) |
fix: #67499# ids for standard template
Diffstat (limited to 'sfx2/source/doc/docvor.hrc')
-rw-r--r-- | sfx2/source/doc/docvor.hrc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sfx2/source/doc/docvor.hrc b/sfx2/source/doc/docvor.hrc index d1d0132ace30..61bb4486b3c5 100644 --- a/sfx2/source/doc/docvor.hrc +++ b/sfx2/source/doc/docvor.hrc @@ -2,9 +2,9 @@ * * $RCSfile: docvor.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2000-11-24 13:03:02 $ + * last change: $Author: pb $ $Date: 2001-07-13 09:37:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,12 +71,15 @@ #define ID_EXPORT 221 #define ID_RESCAN 220 #define ID_COPY_TO 210 -#define ID_DEFAULT_TEMPLATE 230 -#define ID_RESET_DEFAULT_TEMPLATE 231 #define ID_NEW 200 #define ID_PRINT 240 #define ID_PRINTER_SETUP 2341 +#define ID_DEFAULT_TEMPLATE 300 +#define ID_RESET_DEFAULT_TEMPLATE 301 +//!!! dont use the ids from 302 to 350, we need them as dynamic ids +#define ID_RESET_DEFAULT_TEMPLATE_END (ID_RESET_DEFAULT_TEMPLATE+49) + #define LB_RIGHT_TYP 11 #define LB_RIGHT 10 #define LB_LEFT_TYP 2 |