1#ifndef INCLUDED_COM_SUN_STAR_BEANS_PROPERTYVALUES_HDL
2#define INCLUDED_COM_SUN_STAR_BEANS_PROPERTYVALUES_HDL
3
4#include "sal/config.h"
5
6#include "com/sun/star/beans/PropertyValue.hdl"
7#include "com/sun/star/uno/Sequence.h"
8#include "cppu/macros.hxx"
9
10namespace com { namespace sun { namespace star { namespace beans {
11
12typedef ::css::uno::Sequence< ::css::beans::PropertyValue > PropertyValues;
13
14} } } }
15#endif // INCLUDED_COM_SUN_STAR_BEANS_PROPERTYVALUES_HDL
16