diff options
author | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-06-25 13:15:03 +0200 |
---|---|---|
committer | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-06-25 13:15:03 +0200 |
commit | f62a5373f066336cad6be2a15071fc073d8b8dc4 (patch) | |
tree | aa2f92a094f2d39c6e859e9c47b6d2a43f2a520b /starmath | |
parent | 3ed4c287784b42bb8ff26bcdcff1b13734815495 (diff) |
codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/applicat.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/starmath/inc/applicat.hxx b/starmath/inc/applicat.hxx index 9c756496ae95..38fcf2b8445c 100644 --- a/starmath/inc/applicat.hxx +++ b/starmath/inc/applicat.hxx @@ -51,10 +51,6 @@ class SvxErrorHandler; ** **/ -#ifdef WIN -#define RELEASE "WIN304" -#endif - #ifdef PM2 #define RELEASE "PM304" #endif |