Fixed #ifdef and added missing #include

This commit is contained in:
Jörg Barfurth 2001-02-02 14:50:23 +00:00
parent 94cb31cc79
commit e35cee0a6b
2 changed files with 9 additions and 5 deletions

View file

@ -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 <com/sun/star/configuration/SetElement.idl>
#endif
#ifndef __com_sun_star_configuration_GroupElement _idl__
#ifndef __com_sun_star_configuration_GroupElement_idl__
#include <com/sun/star/configuration/GroupElement.idl>
#endif

View file

@ -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 <com/sun/star/util/XStringEscape.idl>
#endif
#ifndef __com_sun_star_container_XContainer_idl__
#include <com/sun/star/container/XContainer.idl>
#endif
//=============================================================================
module com { module sun { module star { module configuration {