diff options
-rw-r--r-- | sw/inc/dbui.hrc | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/sw/inc/dbui.hrc b/sw/inc/dbui.hrc index d685cfb275e9..81636e8b85ec 100644 --- a/sw/inc/dbui.hrc +++ b/sw/inc/dbui.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dbui.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-05-10 16:13:50 $ + * last change: $Author: hr $ $Date: 2004-08-02 14:18:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,16 @@ // Strings ------------------------------------------------------------------ #define STR_DB_EMAIL (RC_DBUI_BEGIN) - +// free +// free +#define STR_FILTER_ALL (RC_DBUI_BEGIN + 3) +#define STR_FILTER_SXB (RC_DBUI_BEGIN + 4) +#define STR_FILTER_SXC (RC_DBUI_BEGIN + 5) +#define STR_FILTER_DBF (RC_DBUI_BEGIN + 6) +#define STR_FILTER_XLS (RC_DBUI_BEGIN + 7) +#define STR_FILTER_TXT (RC_DBUI_BEGIN + 8) +#define STR_FILTER_CSV (RC_DBUI_BEGIN + 9) +#define STR_FILTER_ALL_DATA (RC_DBUI_BEGIN + 10) // Bitmaps ------------------------------------------------------------------ |