From 9c56d88278485a94bde675f510cd627c89f80746 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 7 Jan 2008 07:59:31 +0000 Subject: INTEGRATION: CWS supdremove (1.3.50); FILE MERGED 2007/11/16 10:25:01 vg 1.3.50.1: #i83674# cleanup: remove obsolete SUPD macro use --- goodies/inc/goodies/base3d.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'goodies') diff --git a/goodies/inc/goodies/base3d.hxx b/goodies/inc/goodies/base3d.hxx index a08f52580f99..ca9c1919e325 100644 --- a/goodies/inc/goodies/base3d.hxx +++ b/goodies/inc/goodies/base3d.hxx @@ -4,9 +4,9 @@ * * $RCSfile: base3d.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:25:15 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:59:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -337,11 +337,7 @@ public: // Erzeugen bzw. Zerstoeren eines Base3D Kontextes static Base3D* Create(OutputDevice* pOutDev, BOOL bForcePrinter=FALSE); -#if SUPD > 375 virtual void Destroy(OutputDevice *pOutDev); -#else - void Destroy(OutputDevice *pOutDev); -#endif // Gueltigkeit des Kontextes nach der Inkarnation // ueberpruefen -- cgit