summaryrefslogtreecommitdiff
path: root/sd/source/helper/simplereferencecomponent.cxx
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-01-11 14:29:32 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-01-11 14:29:32 +0100
commit387a1260f55ad1428a23ba01355c3ebec1001b15 (patch)
tree3330b67c7840ead629d6de06887bdaf9dd979b90 /sd/source/helper/simplereferencecomponent.cxx
parent23134ce87ab5f2a9a763b156cb9fcf28271209d5 (diff)
parent63c6c5d78c2712b824c9194269d13422d4835487 (diff)
Update from master repository (to m69).
Diffstat (limited to 'sd/source/helper/simplereferencecomponent.cxx')
-rw-r--r--sd/source/helper/simplereferencecomponent.cxx2
1 files changed, 1 insertions, 1 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);