diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:19:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:19:30 +0000 |
commit | 43d77817dcd3de8733b6303a87783861910598b8 (patch) | |
tree | 78baacdf5b0ea768ce3c2b5ce9ecb740d95cbf12 /svtools/source/notify | |
parent | 20e79223bf4ede4e2ef6c3662a5317c799e7f9a6 (diff) |
INTEGRATION: CWS pchfix02 (1.3.324); FILE MERGED
2006/09/01 17:43:25 kaib 1.3.324.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools/source/notify')
-rw-r--r-- | svtools/source/notify/listeneriter.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svtools/source/notify/listeneriter.cxx b/svtools/source/notify/listeneriter.cxx index 009bf3a88a12..6d8296e88679 100644 --- a/svtools/source/notify/listeneriter.cxx +++ b/svtools/source/notify/listeneriter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: listeneriter.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:31:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:19:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,8 +32,10 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svtools.hxx" #ifndef GCC -#pragma hdrstop #endif #ifndef _DEBUG_HXX |