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.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/include/comphelper/genericpropertyset.hxx b/include/comphelper/genericpropertyset.hxx
index 8f61ac14befb..2450ef04799b 100644
--- a/include/comphelper/genericpropertyset.hxx
+++ b/include/comphelper/genericpropertyset.hxx
@@ -23,12 +23,19 @@
#include <com/sun/star/uno/Reference.h>
#include <comphelper/comphelperdllapi.h>
-namespace com::sun::star::beans { class XPropertySet; }
-namespace comphelper { class PropertySetInfo; }
+namespace com::sun::star::beans
+{
+class XPropertySet;
+}
+namespace comphelper
+{
+class PropertySetInfo;
+}
namespace comphelper
{
- COMPHELPER_DLLPUBLIC css::uno::Reference< css::beans::XPropertySet > GenericPropertySet_CreateInstance( PropertySetInfo* pInfo );
+COMPHELPER_DLLPUBLIC css::uno::Reference<css::beans::XPropertySet>
+GenericPropertySet_CreateInstance(PropertySetInfo* pInfo);
}
#endif // INCLUDED_COMPHELPER_GENERICPROPERTYSET_HXX