summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.hrc
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-05-24 06:33:10 +0000
committerThomas Lange <tl@openoffice.org>2002-05-24 06:33:10 +0000
commit8960f57cdd3f8d404ba123d4b546bfcadf98429a (patch)
tree80cb391620facb3418e03f26962535f1280368f2 /starmath/source/dialog.hrc
parent007558d04b2d4f6a2f7460b91a683e20d41ac384 (diff)
#98791# Highcontrast bitmaps for accessibility
Diffstat (limited to 'starmath/source/dialog.hrc')
-rw-r--r--starmath/source/dialog.hrc23
1 files changed, 15 insertions, 8 deletions
diff --git a/starmath/source/dialog.hrc b/starmath/source/dialog.hrc
index 94a95eeec450..84907cba697f 100644
--- a/starmath/source/dialog.hrc
+++ b/starmath/source/dialog.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dialog.hrc,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tl $ $Date: 2001-07-17 08:28:20 $
+ * last change: $Author: tl $ $Date: 2002-05-24 07:31:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,20 +59,27 @@
*
************************************************************************/
+#ifndef _DIALOG_HRC_
+#define _DIALOG_HRC_
+
+
#define FL_PRINTOPTIONS 10
-#define CB_TITLEROW 11
+#define CB_TITLEROW 11
#define CB_EQUATION_TEXT 12
-#define CB_FRAME 13
+#define CB_FRAME 13
#define FL_PRINT_FORMAT 20
#define RB_ORIGINAL_SIZE 21
#define RB_FIT_TO_PAGE 22
-#define RB_ZOOM 23
-#define MF_ZOOM 24
+#define RB_ZOOM 23
+#define MF_ZOOM 24
#define FL_MISC_OPTIONS 30
#define CB_IGNORE_SPACING 31
-#define FT_FONTS_SUBSET 110
-#define LB_FONTS_SUBSET 111
+#define FT_FONTS_SUBSET 110
+#define LB_FONTS_SUBSET 111
+
+
+#endif