diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-08-20 13:49:05 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-08-20 13:49:05 +0000 |
commit | 2fce7a1d0806fa892054541aa6a22e7777f4c1a5 (patch) | |
tree | 129bc633cb04add28dfc8b1f3afceb5511bec81e /svtools/inc/iodlg.hrc | |
parent | 3085f63271723160f3bf80e319d05567bec68ab2 (diff) |
#96930# renamed some ids for the file picker
Diffstat (limited to 'svtools/inc/iodlg.hrc')
-rw-r--r-- | svtools/inc/iodlg.hrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/inc/iodlg.hrc b/svtools/inc/iodlg.hrc index 8c77e13fda83..25c619bfb68f 100644 --- a/svtools/inc/iodlg.hrc +++ b/svtools/inc/iodlg.hrc @@ -2,9 +2,9 @@ * * $RCSfile: iodlg.hrc,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2002-05-23 14:13:20 $ + * last change: $Author: fs $ $Date: 2002-08-20 14:49:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,8 +88,8 @@ #define FT_EXPLORERFILE_FILENAME 30 #define ED_EXPLORERFILE_FILENAME 31 -#define FT_EXPLORERFILE_FILEVERSION 32 -#define LB_EXPLORERFILE_FILEVERSION 33 +#define FT_EXPLORERFILE_SHARED_LISTBOX 32 +#define LB_EXPLORERFILE_SHARED_LISTBOX 33 #define FT_EXPLORERFILE_FILETYPE 34 #define LB_EXPLORERFILE_FILETYPE 35 |