diff options
-rw-r--r-- | basic/source/runtime/ddectrl.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/basic/source/runtime/ddectrl.cxx b/basic/source/runtime/ddectrl.cxx index e8ee33a1227e..6ca0fb91cb82 100644 --- a/basic/source/runtime/ddectrl.cxx +++ b/basic/source/runtime/ddectrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ddectrl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:38:05 $ + * last change: $Author: hr $ $Date: 2006-06-19 17:44:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,15 +39,11 @@ #ifndef _SVDDE_HXX //autogen #include <svtools/svdde.hxx> #endif -#pragma hdrstop #include "ddectrl.hxx" #ifndef _SBERRORS_HXX #include <sberrors.hxx> #endif -//#include "segmentc.hxx" -#pragma SW_SEGMENT_CLASS( SBRUNTIME, SBRUNTIME_CODE ) - #define DDE_FREECHANNEL ((DdeConnection*)0xffffffff) #define DDE_FIRSTERR 0x4000 |