summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/test/sax/factory.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sax/test/sax/factory.hxx b/sax/test/sax/factory.hxx
index 58bcc2fbf7b0..688691c9cd35 100644
--- a/sax/test/sax/factory.hxx
+++ b/sax/test/sax/factory.hxx
@@ -75,14 +75,6 @@ Sequence<OUString> OSaxWriterTest_getSupportedServiceNames( ) throw();
}\
((void)0)
-#define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \
- if( !(expr)) { \
- BUILD_ERROR(expr,Message);\
- m_seqExceptions.getArray()[ m_seqExceptions.getLength()-1] = Any( Exception );\
- return; \
- } \
- ((void)0)
-
#endif // INCLUDED_SAX_TEST_SAX_FACTORY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */