diff options
-rw-r--r-- | basic/source/runtime/dllmgr.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/basic/source/runtime/dllmgr.hxx b/basic/source/runtime/dllmgr.hxx index 72419a70db40..a795eb6669d0 100644 --- a/basic/source/runtime/dllmgr.hxx +++ b/basic/source/runtime/dllmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dllmgr.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:25:42 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:44:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,14 +52,10 @@ //#ifndef _TOOLS_HXX //#include <tools.hxx> //#endif -#if SUPD > 340 #define _SVSTDARR_STRINGS //#ifndef _SVSTDARR_HXX //#include <svstdarr.hxx> //#endif -#else -//#include <svmem.hxx> -#endif #ifndef _SBERRORS_HXX #include <basic/sberrors.hxx> #endif |