diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/document.hxx | 12 | ||||
-rw-r--r-- | starmath/inc/types.hxx | 7 |
2 files changed, 0 insertions, 19 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index c8c1475045c6..2327c16c04b3 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -55,18 +55,6 @@ class SfxPrinter; class Printer; class SmCursor; -#define HINT_DATACHANGED 1004 - -#define SM30BIDENT ((sal_uLong)0x534D3033L) -#define SM30IDENT ((sal_uLong)0x30334d53L) -#define SM304AIDENT ((sal_uLong)0x34303330L) -#define SM30VERSION ((sal_uLong)0x00010000L) -#define SM50VERSION ((ULONG)0x00010001L) //Difference to SM30VERSION is - //the new border in the format. - -#define FRMIDENT ((sal_uLong)0x03031963L) -#define FRMVERSION ((sal_uLong)0x00010001L) - #define STAROFFICE_XML "StarOffice XML (Math)" #define MATHML_XML "MathML XML (Math)" diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx index fbba0cc8b753..05a0de6501b2 100644 --- a/starmath/inc/types.hxx +++ b/starmath/inc/types.hxx @@ -38,13 +38,6 @@ enum SmPrintSize { PRINT_SIZE_NORMAL, PRINT_SIZE_SCALED, PRINT_SIZE_ZOOMED }; ///////////////////////////////////////////////////////////////// -#define FONT_ARIAL "Arial" -#define FONT_SYMBOL "Symbol" -#define FONT_MS_PMINCHO "MS PMincho" -#define FONT_MS_PGOTHIC "MS PGothic" -#define FONT_SUN_BATANG "SunBatang" - - inline sal_Bool IsInPrivateUseArea( sal_Unicode cChar ) { return 0xE000 <= cChar && cChar <= 0xF8FF; } // Greek char range as seen in svx/.../charmap.cxx RID_SUBSETSTR_BASIC_GREEK |