summaryrefslogtreecommitdiffstats
path: root/sw/inc/unomid.h
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-19 07:06:06 +0000
committerOliver Specht <os@openoffice.org>2001-02-19 07:06:06 +0000
commit82a403e19ec42e22e5786cbe29bac06149993dae (patch)
tree6051f76a1a3d0627d4dbda79692b06e16c1b690e /sw/inc/unomid.h
parentruby properties added (diff)
downloadcore-82a403e19ec42e22e5786cbe29bac06149993dae.tar.gz
core-82a403e19ec42e22e5786cbe29bac06149993dae.zip
SwFmtRuby::Query/PutValue implemented
Diffstat (limited to 'sw/inc/unomid.h')
-rw-r--r--sw/inc/unomid.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h
index a63bb5e14b28..d7d88d38031a 100644
--- a/sw/inc/unomid.h
+++ b/sw/inc/unomid.h
@@ -2,9 +2,9 @@
*
* $RCSfile: unomid.h,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2001-02-14 08:51:26 $
+ * last change: $Author: os $ $Date: 2001-02-19 08:06:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,4 +143,10 @@
#define MID_LINE_ADJUST 4
#define MID_LINE_TEXT_DIST 5
#define MID_LINE_FOOTNOTE_DIST 6
+
+//SwFmtRuby
+#define MID_RUBY_TEXT 0
+#define MID_RUBY_ADJUST 1
+#define MID_RUBY_CHARSTYLE 2
+
#endif