summaryrefslogtreecommitdiff
path: root/io/test/stm/testfactreg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/testfactreg.hxx')
-rw-r--r--io/test/stm/testfactreg.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/io/test/stm/testfactreg.hxx b/io/test/stm/testfactreg.hxx
index 787a6faef428..2dbff6d62d2b 100644
--- a/io/test/stm/testfactreg.hxx
+++ b/io/test/stm/testfactreg.hxx
@@ -106,14 +106,6 @@ Sequence<sal_Int8> createIntSeq( sal_Int32 i );
}\
((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_IO_TEST_STM_TESTFACTREG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */