diff options
Diffstat (limited to 'include/vcl/wmfexternal.hxx')
-rw-r--r-- | include/vcl/wmfexternal.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/wmfexternal.hxx b/include/vcl/wmfexternal.hxx index fd55c621c060..d428151ecf13 100644 --- a/include/vcl/wmfexternal.hxx +++ b/include/vcl/wmfexternal.hxx @@ -21,9 +21,9 @@ #define INCLUDED_VCL_WMFEXTERNAL_HXX #include <vcl/dllapi.h> -#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/beans/PropertyValue.hpp> + +namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } } struct VCL_DLLPUBLIC WmfExternal { |