summaryrefslogtreecommitdiff
path: root/include/ucbhelper/propertyvalueset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/propertyvalueset.hxx')
-rw-r--r--include/ucbhelper/propertyvalueset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx
index dcc48170e8a4..a0ecaf0df86d 100644
--- a/include/ucbhelper/propertyvalueset.hxx
+++ b/include/ucbhelper/propertyvalueset.hxx
@@ -27,7 +27,6 @@
#include <cppuhelper/weak.hxx>
#include <osl/mutex.hxx>
-#include <ucbhelper/macros.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
#include <memory>
@@ -36,10 +35,11 @@ namespace com { namespace sun { namespace star { namespace script {
} } } }
namespace com { namespace sun { namespace star { namespace beans {
- struct PropertyValue;
class XPropertySet;
} } } }
+namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } }
+
namespace ucbhelper {
class PropertyValues;