diff options
author | sb <sb@openoffice.org> | 2009-11-13 11:04:06 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-11-13 11:04:06 +0100 |
commit | cd65799aee7f9518572c9ab556e3f55cf449c87f (patch) | |
tree | d95e419dd02bb142dff6aa425a37cef0a59a8bed /sd/source | |
parent | f5386615bbfaadbd77f258f8d912b4ec7f9238db (diff) |
sb116: #i106845# removed obsolete IRIX port
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/helper/simplereferencecomponent.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/fubullet.cxx | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx index 25776e3c420d..2f8bf68dbdf9 100644 --- a/sd/source/helper/simplereferencecomponent.cxx +++ b/sd/source/helper/simplereferencecomponent.cxx @@ -135,7 +135,7 @@ void SimpleReferenceComponent::operator delete(void * pPtr, ) SAL_THROW(()) { -#if defined WNT || (defined IRIX && !defined GCC) +#if defined WNT ::operator delete(pPtr); // WNT lacks a global nothrow operator delete... #else // WNT ::operator delete(pPtr, rNothrow); diff --git a/sd/source/ui/func/fubullet.cxx b/sd/source/ui/func/fubullet.cxx index 64fb3783d78d..a36b7eccbf38 100644 --- a/sd/source/ui/func/fubullet.cxx +++ b/sd/source/ui/func/fubullet.cxx @@ -52,9 +52,6 @@ #include <svtools/ctloptions.hxx> #include <svtools/itempool.hxx> -#ifdef IRIX -#include <basic/sbx.hxx> -#endif #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include "drawview.hxx" |