diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 13:18:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 13:18:04 +0000 |
commit | 5db9225f166330daa8e6eed23d304828e1423eb5 (patch) | |
tree | 50e05c7ea179112452f97bd186f9ffe562fd8bef | |
parent | 4d67654e8d4079af1b22c02b05f6ecc56e708408 (diff) |
INTEGRATION: CWS insight01 (1.2.20); FILE MERGED
2004/06/03 10:19:44 oj 1.2.20.1: new strings
-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 ------------------------------------------------------------------ |