summaryrefslogtreecommitdiff
path: root/filter/source/t602
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 10:39:54 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 10:39:54 +0000
commit453c01a6c176ae43b4b6738816489c94c47461b9 (patch)
tree04794288193e4b52b163782e7c21ef1acbb91aea /filter/source/t602
parentc605522ca663b0c4dea1360cd84d905b292ae758 (diff)
INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED
2007/08/23 12:41:20 fridrich_strba 1.1.2.3: and the copyright holder is not me, but my distinguished employer 2007/08/23 12:19:40 fridrich_strba 1.1.2.2: updating license headers 2007/04/13 08:04:22 fridrich_strba 1.1.2.1: adding localizable dialogue (still fixing it)
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/t602filter.hrc56
1 files changed, 56 insertions, 0 deletions
diff --git a/filter/source/t602/t602filter.hrc b/filter/source/t602/t602filter.hrc
new file mode 100644
index 000000000000..4c40f94dfebe
--- /dev/null
+++ b/filter/source/t602/t602filter.hrc
@@ -0,0 +1,56 @@
+ /*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * Copyright (C) 2007 Novell, Inc. (http://www.novell.com)
+ *
+ * $RCSfile: t602filter.hrc,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: kz $ $Date: 2008-03-06 11:39:54 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2004-2007 Milan Broz <mbroz@redhat.com>
+ * Copyright 2007 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+
+#ifndef T602FILTER_HRC
+#define T602FILTER_HRC
+
+#define T602FILTER_RES_START 1000
+
+#define T602FILTER_STR_IMPORT_DIALOG_TITLE (T602FILTER_RES_START)
+#define T602FILTER_STR_ENCODING_LABEL (T602FILTER_RES_START+1)
+#define T602FILTER_STR_ENCODING_AUTO (T602FILTER_RES_START+2)
+#define T602FILTER_STR_ENCODING_CP852 (T602FILTER_RES_START+3)
+#define T602FILTER_STR_ENCODING_CP895 (T602FILTER_RES_START+4)
+#define T602FILTER_STR_ENCODING_KOI8CS2 (T602FILTER_RES_START+5)
+#define T602FILTER_STR_CYRILLIC_MODE (T602FILTER_RES_START+6)
+#define T602FILTER_STR_REFORMAT_TEXT (T602FILTER_RES_START+7)
+#define T602FILTER_STR_DOT_COMMANDS (T602FILTER_RES_START+8)
+#define T602FILTER_STR_CANCEL_BUTTON (T602FILTER_RES_START+9)
+#define T602FILTER_STR_OK_BUTTON (T602FILTER_RES_START+10)
+
+#endif // T602FILTER_HRC