diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-28 19:34:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-28 19:43:35 +0100 |
commit | 2ad72a560af533ebf4d93e751b6bbe23812d0686 (patch) | |
tree | b4a395fa469223137050a31169ccfc699e77dbf7 /sfx2 | |
parent | 4fcea7f0c414bea7975694465ae4e4436bdef24b (diff) |
sfx2: remove GPF() macro, we manage to crash just fine without that
Change-Id: Ia80c5affa0c12acee0a79b9e4665a2b13511e981
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/sfxtypes.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx index 73429c82f457..aa573a002687 100644 --- a/sfx2/source/inc/sfxtypes.hxx +++ b/sfx2/source/inc/sfxtypes.hxx @@ -125,8 +125,6 @@ struct StringList_Impl : private Resource }; -#define GPF() *(int*)0 = 0 - #endif // #ifndef _SFX_SFXTYPES_HXX |