Fixed #ifdef and added missing #include
This commit is contained in:
parent
94cb31cc79
commit
e35cee0a6b
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue