summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2000-11-14 15:06:20 +0000
committerThomas Benisch <tbe@openoffice.org>2000-11-14 15:06:20 +0000
commit0bb5921d3ad86cf5a1efe2a2ed666c2bc251ef07 (patch)
treeca7d7e3c1e7e4c1fc6f4d0e43d4f9bc97b71e9df
parentf8b73548fa3600b7d248d5b3f353fe8e0a80ef66 (diff)
added external inclusion guard for svtools/moduleoptions.hxx
-rw-r--r--basctl/source/basicide/basobj2.cxx6
-rw-r--r--basctl/source/basicide/iderdll.cxx6
2 files changed, 8 insertions, 4 deletions
diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx
index 9a543d368d39..15783231a677 100644
--- a/basctl/source/basicide/basobj2.cxx
+++ b/basctl/source/basicide/basobj2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basobj2.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:04:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,9 @@
#ifndef _SBXCLASS_HXX //autogen
#include <svtools/sbx.hxx>
#endif
+#ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX
#include <svtools/moduleoptions.hxx>
+#endif
#include <basobj.hxx>
#include <iderdll.hxx>
#include <iderdll2.hxx>
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>