summaryrefslogtreecommitdiff
path: root/filter/source/pdf/impdialog.hrc
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2002-08-19 13:59:41 +0000
committerKai Ahrens <ka@openoffice.org>2002-08-19 13:59:41 +0000
commitb047186d49df6ea1551531b7d6cd48dc4b48ee82 (patch)
tree701789ce95c2e0bab9deff528a0cc06cf8501e29 /filter/source/pdf/impdialog.hrc
parentd1aa00e19c219f8bd6ff25eff48e9a525ac8c29d (diff)
#101571#: UI for PDF export
Diffstat (limited to 'filter/source/pdf/impdialog.hrc')
-rw-r--r--filter/source/pdf/impdialog.hrc21
1 files changed, 15 insertions, 6 deletions
diff --git a/filter/source/pdf/impdialog.hrc b/filter/source/pdf/impdialog.hrc
index e7c90d964280..3b15f907a8ba 100644
--- a/filter/source/pdf/impdialog.hrc
+++ b/filter/source/pdf/impdialog.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: impdialog.hrc,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: ka $ $Date: 2002-08-19 06:41:16 $
+ * last change: $Author: ka $ $Date: 2002-08-19 14:59:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,16 @@
************************************************************************/
#define DLG_PDFEXPORT 1024
-#define BTN_OK 1
-#define BTN_CANCEL 1
-#define BTN_HELP 1
-#define GRP_EXPORT 1
+
+#define FL_RANGE 1
+#define RB_ALL 2
+#define RB_PAGES 3
+#define RB_SELECTION 4
+#define ED_PAGES 5
+#define BT_OK 6
+#define BT_CANCEL 7
+#define BT_HELP 8
+#define FL_COMPRESSION 9
+#define RB_SCREEN 10
+#define RB_PRINT 11
+#define RB_PRESS 12