summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-08-13 14:09:35 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-08-13 07:17:08 -0500
commit0ae3794348be4520adff16eebaa9486c56de70e8 (patch)
treed5b7b8336ae250c9b5f3767f9071c517cef25045 /sd
parentodbcconfig is not a console application (diff)
downloadcore-0ae3794348be4520adff16eebaa9486c56de70e8.tar.gz
core-0ae3794348be4520adff16eebaa9486c56de70e8.zip
windows compiler insist to have access to delete[], no matter what
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/helper/simplereferencecomponent.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/inc/helper/simplereferencecomponent.hxx b/sd/inc/helper/simplereferencecomponent.hxx
index 45194d8b8153..a6d0512ed3f6 100644
--- a/sd/inc/helper/simplereferencecomponent.hxx
+++ b/sd/inc/helper/simplereferencecomponent.hxx
@@ -98,6 +98,7 @@ private:
*/
void operator =(SimpleReferenceComponent);
+#ifndef WNT
/** not implemented (see general class documentation)
@internal
*/
@@ -107,7 +108,7 @@ private:
@internal
*/
static void operator delete[](void * pPtr);
-
+#endif
bool mbDisposed;
};