summaryrefslogtreecommitdiff
path: root/include/comphelper/genericpropertyset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/genericpropertyset.hxx')
-rw-r--r--include/comphelper/genericpropertyset.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/comphelper/genericpropertyset.hxx b/include/comphelper/genericpropertyset.hxx
index ca30d46a2cdb..527b7d8e4960 100644
--- a/include/comphelper/genericpropertyset.hxx
+++ b/include/comphelper/genericpropertyset.hxx
@@ -20,10 +20,12 @@
#ifndef INCLUDED_COMPHELPER_GENERICPROPERTYSET_HXX
#define INCLUDED_COMPHELPER_GENERICPROPERTYSET_HXX
-#include <comphelper/propertysetinfo.hxx>
-#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/uno/Reference.h>
#include <comphelper/comphelperdllapi.h>
+namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
+namespace comphelper { class PropertySetInfo; }
+
namespace comphelper
{
COMPHELPER_DLLPUBLIC css::uno::Reference< css::beans::XPropertySet > GenericPropertySet_CreateInstance( PropertySetInfo* pInfo );