summaryrefslogtreecommitdiff
path: root/sw/qa/api/ApiTestBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/api/ApiTestBase.hxx')
-rw-r--r--sw/qa/api/ApiTestBase.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/qa/api/ApiTestBase.hxx b/sw/qa/api/ApiTestBase.hxx
index fc25bc3122be..4abf53eb2462 100644
--- a/sw/qa/api/ApiTestBase.hxx
+++ b/sw/qa/api/ApiTestBase.hxx
@@ -15,8 +15,6 @@
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
-#include <unordered_map>
-
namespace apitest
{
class ApiTestBase
@@ -50,7 +48,7 @@ protected:
virtual ~ApiTestBase() {}
- virtual std::unordered_map<OUString, css::uno::Reference<css::uno::XInterface>> init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
};
}