diff options
author | Thomas Benisch <tbe@openoffice.org> | 2000-11-14 15:06:20 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2000-11-14 15:06:20 +0000 |
commit | 0bb5921d3ad86cf5a1efe2a2ed666c2bc251ef07 (patch) | |
tree | ca7d7e3c1e7e4c1fc6f4d0e43d4f9bc97b71e9df /basctl/source/basicide/iderdll.cxx | |
parent | f8b73548fa3600b7d248d5b3f353fe8e0a80ef66 (diff) |
added external inclusion guard for svtools/moduleoptions.hxx
Diffstat (limited to 'basctl/source/basicide/iderdll.cxx')
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 <svtools/solar.hrc> +#ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX #include <svtools/moduleoptions.hxx> +#endif #include <iderdll.hxx> #include <iderdll2.hxx> #include <iderid.hxx> |