summaryrefslogtreecommitdiff
path: root/vcl/win/gdi/salprn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/gdi/salprn.cxx')
-rw-r--r--vcl/win/gdi/salprn.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/vcl/win/gdi/salprn.cxx b/vcl/win/gdi/salprn.cxx
index f2f25d654d35..63c0c24ba810 100644
--- a/vcl/win/gdi/salprn.cxx
+++ b/vcl/win/gdi/salprn.cxx
@@ -49,25 +49,6 @@
#include <malloc.h>
-#if defined ( __MINGW32__ )
-#include <sehandler.hxx>
-#endif
-
-#if defined ( __MINGW32__ ) && !defined ( _WIN64 )
-#define CATCH_DRIVER_EX_BEGIN \
- jmp_buf jmpbuf; \
- __SEHandler han; \
- if (__builtin_setjmp(jmpbuf) == 0) \
- { \
- han.Set(jmpbuf, NULL, (__SEHandler::PF)EXCEPTION_EXECUTE_HANDLER)
-
-#define CATCH_DRIVER_EX_END(mes, p) \
- } \
- han.Reset()
-#define CATCH_DRIVER_EX_END_2(mes) \
- } \
- han.Reset()
-#else
#define CATCH_DRIVER_EX_BEGIN \
__try \
{
@@ -84,7 +65,6 @@
{ \
OSL_FAIL( mes ); \
}
-#endif
using namespace com::sun::star;
using namespace com::sun::star::uno;
008fc06be8d'>slideshow: replace for_each with range-based forDaniel Robertson 2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud 2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens 2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger 2014-04-16Revertion of changes related to ExternalShapeBaseZolnai Tamás 2014-04-15Slideshow: these methods override public methodsZolnai Tamás 2014-04-15Slideshow: remove unneded function duplicatesZolnai Tamás 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2012-06-21re-base on ALv2 code.Michael Meeks