diff options
author | gt <gt@openoffice.org> | 2002-07-17 13:05:20 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-07-17 13:05:20 +0000 |
commit | 9fabd9cda2444567b9bf68300d1715dc604d4e1c (patch) | |
tree | c855c68765233759beafa67da4fdc6d1678a66cc /sfx2/source/dialog/dinfdlg.hrc | |
parent | 71fc05dce7c79c8acb869292ce8f1f5e84faedc6 (diff) |
#68015# redesign of docinfo/internet tabpage
Diffstat (limited to 'sfx2/source/dialog/dinfdlg.hrc')
-rw-r--r-- | sfx2/source/dialog/dinfdlg.hrc | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/sfx2/source/dialog/dinfdlg.hrc b/sfx2/source/dialog/dinfdlg.hrc index 8c25566b4f6b..c0bb09c1bab3 100644 --- a/sfx2/source/dialog/dinfdlg.hrc +++ b/sfx2/source/dialog/dinfdlg.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dinfdlg.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:30 $ + * last change: $Author: gt $ $Date: 2002-07-17 14:05:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,13 +93,8 @@ #define FT_TIMELOG_VAL 36 #define FT_DOCNO 37 #define FT_DOCNO_VAL 38 -#define CB_AUTORELOAD 39 -#define ED_SECONDS 41 -#define FT_SECONDS 42 #define FT_URL 43 #define ED_URL 44 -#define LB_DEFAULT 46 -#define FT_DEFAULT 47 #define CB_FILE_READONLY 48 #define CB_USE_USERDATA 49 #define BMP_FILE_1 50 @@ -116,6 +111,19 @@ #define FL_FILE_3 61 #define BTN_DELETE 62 +#define RB_NOAUTOUPDATE 63 +#define RB_RELOADUPDATE 64 +#define RB_FORWARDUPDATE 65 +#define FT_EVERY 66 +#define ED_RELOAD 67 +#define FT_RELOADSECS 68 +#define FT_AFTER 69 +#define ED_FORWARD 70 +#define FT_FORWARDSECS 71 +#define FT_FRAME 72 +#define CB_FRAME 73 +#define PB_BROWSEURL 74 +#define STR_FORWARD_ERRMSSG 75 #endif |