summaryrefslogtreecommitdiff
path: root/unoxml/source/events/testlistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/events/testlistener.cxx')
-rw-r--r--unoxml/source/events/testlistener.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/unoxml/source/events/testlistener.cxx b/unoxml/source/events/testlistener.cxx
index 64806c84017d..a493aefb55f8 100644
--- a/unoxml/source/events/testlistener.cxx
+++ b/unoxml/source/events/testlistener.cxx
@@ -33,6 +33,10 @@
#define U2S(s) OUStringToOString(s, RTL_TEXTENCODING_UTF8).getStr()
+using ::com::sun::star::lang::XMultiServiceFactory;
+using ::com::sun::star::lang::IllegalArgumentException;
+
+
namespace DOM { namespace events
{