summaryrefslogtreecommitdiff
path: root/salhelper/source/simplereferenceobject.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 17:12:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 17:12:37 +0000
commit217edbfa65989dab40bc89861da071237569124d (patch)
treecb1c08612161a9ee76791780a899a86fe45b8204 /salhelper/source/simplereferenceobject.cxx
parent3bd11eee00f013455239584711f45c69768edcdb (diff)
INTEGRATION: CWS geordi2q11 (1.1.78); FILE MERGED
2003/12/16 14:41:56 hr 1.1.78.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'salhelper/source/simplereferenceobject.cxx')
-rwxr-xr-xsalhelper/source/simplereferenceobject.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/salhelper/source/simplereferenceobject.cxx b/salhelper/source/simplereferenceobject.cxx
index c468159ca16a..8ae38600694b 100755
--- a/salhelper/source/simplereferenceobject.cxx
+++ b/salhelper/source/simplereferenceobject.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: simplereferenceobject.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sb $ $Date: 2001-06-05 15:21:32 $
+ * last change: $Author: vg $ $Date: 2003-12-17 18:12:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ void SimpleReferenceObject::operator delete(void * pPtr,
std::nothrow_t const & rNothrow)
SAL_THROW(())
{
-#if defined WNT
+#if defined WNT || (defined IRIX && !defined GCC)
::operator delete(pPtr); // WNT lacks a global nothrow operator delete...
#else // WNT
::operator delete(pPtr, rNothrow);