From 0bb5921d3ad86cf5a1efe2a2ed666c2bc251ef07 Mon Sep 17 00:00:00 2001 From: Thomas Benisch Date: Tue, 14 Nov 2000 15:06:20 +0000 Subject: added external inclusion guard for svtools/moduleoptions.hxx --- basctl/source/basicide/iderdll.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'basctl/source/basicide/iderdll.cxx') diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index 752671fd0987..34d7d6870273 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -2,9 +2,9 @@ * * $RCSfile: iderdll.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2000-11-14 14:13:15 $ + * last change: $Author: tbe $ $Date: 2000-11-14 16:06:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,9 @@ #pragma hdrstop #include +#ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX #include +#endif #include #include #include -- cgit