diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-24 16:22:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-27 08:18:16 +0200 |
commit | 38ecca9b30e0fc5f7cc6264857f983e40dd58195 (patch) | |
tree | 3ad61e6d5cddcf161d27cfe4c6ca85fcf1cab8f6 /sax | |
parent | efac5fa06e2d00bd67c582d8a6b1f1fc69c9b9f5 (diff) |
inline a bunch of use-once macros
no point in having a macro unless it's actually going to reduce the
number of lines of code
Change-Id: Ic8760d6506cf272d7bd088f7b3b4dcbf288099fc
Diffstat (limited to 'sax')
-rw-r--r-- | sax/test/sax/factory.hxx | 8 |
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: */ |