diff options
Diffstat (limited to 'configmgr/source/api2/propertyinfohelper.cxx')
-rw-r--r-- | configmgr/source/api2/propertyinfohelper.cxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/configmgr/source/api2/propertyinfohelper.cxx b/configmgr/source/api2/propertyinfohelper.cxx index 3896448b646a..382b1c6fe5fd 100644 --- a/configmgr/source/api2/propertyinfohelper.cxx +++ b/configmgr/source/api2/propertyinfohelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyinfohelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jb $ $Date: 2001-06-20 20:28:26 $ + * last change: $Author: jb $ $Date: 2001-07-05 17:05:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,13 +60,18 @@ ************************************************************************/ #include "propertyinfohelper.hxx" + +#ifndef CONFIGMGR_CONFIGPATH_HXX_ #include "configpath.hxx" +#endif +#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HDL_ #include <com/sun/star/beans/PropertyAttribute.hdl> +#endif + namespace configmgr { namespace css = ::com::sun::star; namespace uno = ::com::sun::star::uno; - namespace lang = ::com::sun::star::lang; namespace beans = ::com::sun::star::beans; namespace configapi |