summaryrefslogtreecommitdiff
path: root/sc/addin
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-07 07:58:15 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-07 07:58:15 +0000
commit6dafcf3e85a813d05c940ba9f218c5de2dc74f07 (patch)
treedae26543136ef56795ccb1ede49766b73dfd7645 /sc/addin
parentd50222cb6d7cf94e07ca61c1b48bdec05bd9b61f (diff)
INTEGRATION: CWS supdremove (1.2.586); FILE MERGED
2007/11/16 10:24:54 vg 1.2.586.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'sc/addin')
-rw-r--r--sc/addin/inc/addin.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/sc/addin/inc/addin.h b/sc/addin/inc/addin.h
index 81adaa79e2a0..036334b5a983 100644
--- a/sc/addin/inc/addin.h
+++ b/sc/addin/inc/addin.h
@@ -4,9 +4,9 @@
*
* $RCSfile: addin.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:18:58 $
+ * last change: $Author: obo $ $Date: 2008-01-07 08:58:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -109,20 +109,15 @@ extern void CALLTYPE Advice( USHORT& nNo, AdvData& pfCallback );
extern void CALLTYPE Unadvice( double& nHandle );
-#if (SUPD>=398)
/* new in StarOffice 5.0 */
extern void CALLTYPE GetParameterDescription( USHORT& nNo, USHORT& nParam,
char* pName, char* pDesc );
-#endif
-
-#if (SUPD>=506)
/* new in StarOffice 5.1 */
extern void CALLTYPE SetLanguage( USHORT& nLanguage );
-#endif
};
@@ -144,20 +139,16 @@ extern void CALLTYPE Advice( USHORT * nNo, AdvData * pfCallback );
extern void CALLTYPE Unadvice( double * nHandle );
-#if (SUPD>=398)
/* new in StarOffice 5.0 */
extern void CALLTYPE GetParameterDescription( USHORT* nNo, USHORT* nParam,
char* pName, char* pDesc );
-#endif
-#if (SUPD>=506)
/* new in StarOffice 5.1 */
extern void CALLTYPE SetLanguage( USHORT* nLanguage );
-#endif
#endif