diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:44:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:44:54 +0000 |
commit | 9c76e1419ed31f4ece8e53f1b449cacc4028d2fe (patch) | |
tree | 6cea371bae9a774b19b8bf0269729d67da6e1546 /basic | |
parent | 82d0dd0bb4a566da07017dc3fd66c2a8148ce00e (diff) |
INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED
2005/11/07 12:02:48 ab 1.2.30.1: #i53898# Removed warnings
Diffstat (limited to 'basic')
-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 |