diff options
Diffstat (limited to 'include/comphelper/synchronousdispatch.hxx')
-rw-r--r-- | include/comphelper/synchronousdispatch.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/comphelper/synchronousdispatch.hxx b/include/comphelper/synchronousdispatch.hxx index a547703376e7..3c2b89b9fbfd 100644 --- a/include/comphelper/synchronousdispatch.hxx +++ b/include/comphelper/synchronousdispatch.hxx @@ -22,10 +22,8 @@ #include <comphelper/comphelperdllapi.h> -#include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> - -#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/uno/Reference.h> +#include <rtl/ustring.hxx> namespace com { namespace sun { namespace star { namespace uno { @@ -34,6 +32,9 @@ namespace com { namespace sun { namespace star { class XComponent; } } } } +namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } } +namespace com { namespace sun { namespace star { namespace uno { template <class E> class Sequence; } } } } + namespace comphelper { |