diff options
author | Thomas Lange <tl@openoffice.org> | 2001-03-19 09:24:37 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-03-19 09:24:37 +0000 |
commit | 8da402821b96a652453363082a45856f7ce98019 (patch) | |
tree | 0bdc41e2ff097e4f0ee0093ccecc50ed6483dbc8 | |
parent | d1e45a8e353ba02f02ce4838f6d90f248e3f9d7b (diff) |
defines for filternames added
-rw-r--r-- | starmath/inc/document.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 7b7ad701aa29..c426fa8b6040 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -2,9 +2,9 @@ * * $RCSfile: document.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jp $ $Date: 2001-03-09 17:14:48 $ + * last change: $Author: tl $ $Date: 2001-03-19 10:24:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,6 +117,9 @@ SO2_DECL_REF(SvStorageStream) #define FRMIDENT ((ULONG)0x03031963L) #define FRMVERSION ((ULONG)0x00010001L) +#define STAROFFICE_XML "StarOffice XML (Math)" +#define MATHML_XML "MathML XML (Math)" + /* Zugriff auf den Drucker sollte ausschliesslich ueber diese Klasse erfolgen * ========================================================================== * |