summaryrefslogtreecommitdiff
path: root/unotest/inc/unotest/macros_test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/inc/unotest/macros_test.hxx')
-rw-r--r--unotest/inc/unotest/macros_test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/inc/unotest/macros_test.hxx b/unotest/inc/unotest/macros_test.hxx
index a1c750f161d8..1a82b83fc48f 100644
--- a/unotest/inc/unotest/macros_test.hxx
+++ b/unotest/inc/unotest/macros_test.hxx
@@ -33,7 +33,7 @@
#include "unotest/detail/unotestdllapi.hxx"
#include <com/sun/star/lang/XComponent.hpp>
-#include <com/sun/star/frame/XDesktop.hpp>
+#include <com/sun/star/frame/XDesktop2.hpp>
struct TestMacroInfo
{
@@ -49,7 +49,7 @@ public:
com::sun::star::uno::Reference< com::sun::star::lang::XComponent > loadFromDesktop(const rtl::OUString& rURL);
protected:
- com::sun::star::uno::Reference< com::sun::star::frame::XDesktop> mxDesktop;
+ com::sun::star::uno::Reference< com::sun::star::frame::XDesktop2> mxDesktop;
};
}