summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-12-05 13:50:36 +0000
committerOliver Specht <os@openoffice.org>2002-12-05 13:50:36 +0000
commit2ca757fb21b5e232761397ef4f7d74a62d1275bf (patch)
tree3d9698e93d72567400aef5f829043e23d2aa9ab5
parent0dd084154b8d6586fb2ed02facd6268afc5f80e0 (diff)
#103299# include added
-rw-r--r--svtools/source/config/pathoptions.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/config/pathoptions.cxx b/svtools/source/config/pathoptions.cxx
index 0df1e60e2357..064c74659be6 100644
--- a/svtools/source/config/pathoptions.cxx
+++ b/svtools/source/config/pathoptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pathoptions.cxx,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: os $ $Date: 2002-12-05 14:48:16 $
+ * last change: $Author: os $ $Date: 2002-12-05 14:50:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,6 +110,9 @@
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
#endif
+#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_
+#include <com/sun/star/beans/PropertyAttribute.hpp>
+#endif
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSETINFO_HPP_
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#endif