diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl index 29aae60b2351..c3ab149c566d 100644 --- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl +++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: ConfigurationAccess.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jb $ $Date: 2001-02-01 14:31:41 $ + * last change: $Author: jb $ $Date: 2001-02-02 15:50:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ #include #endif -#ifndef __com_sun_star_configuration_GroupElement _idl__ +#ifndef __com_sun_star_configuration_GroupElement_idl__ #include #endif diff --git a/offapi/com/sun/star/configuration/SimpleSetAccess.idl b/offapi/com/sun/star/configuration/SimpleSetAccess.idl index 738a19ab4948..51dcaf87e842 100644 --- a/offapi/com/sun/star/configuration/SimpleSetAccess.idl +++ b/offapi/com/sun/star/configuration/SimpleSetAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: SimpleSetAccess.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jb $ $Date: 2001-02-01 14:31:41 $ + * last change: $Author: jb $ $Date: 2001-02-02 15:50:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,6 +73,10 @@ #include #endif +#ifndef __com_sun_star_container_XContainer_idl__ +#include +#endif + //============================================================================= module com { module sun { module star { module configuration {