diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:44:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:44:21 +0000 |
commit | 2891011131875d9c8d27830969a39d7181166b60 (patch) | |
tree | d04e2bc5c2b35c52670515b002c569ed54288969 /sal/cpprt | |
parent | 57e40d52dceb2a4fbcf5f14d8542d5877ed6d6b8 (diff) |
INTEGRATION: CWS pchfix02 (1.5.76); FILE MERGED
2006/09/01 17:33:58 kaib 1.5.76.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sal/cpprt')
-rw-r--r-- | sal/cpprt/operators_new_delete.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/cpprt/operators_new_delete.cxx b/sal/cpprt/operators_new_delete.cxx index e624f520c8bc..25b15590cf9c 100644 --- a/sal/cpprt/operators_new_delete.cxx +++ b/sal/cpprt/operators_new_delete.cxx @@ -4,9 +4,9 @@ * * $RCSfile: operators_new_delete.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:33:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:44:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sal.hxx" + #ifdef WNT /* avoid 'std::bad_alloc' unresolved externals */ #define _CRTIMP #define _NTSDK |