diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:37:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:37:57 +0000 |
commit | 993af9aec11d5514d530b37b38495b2bb96b7ea7 (patch) | |
tree | ef3cfb3d28c770a6d7ee7335988bfb73005a091c /svtools/source/control/filectrl2.cxx | |
parent | 22902dd7c7862ea2db34bbe0a35097de8fe8edfc (diff) |
INTEGRATION: CWS pchfix02 (1.5.326); FILE MERGED
2006/09/01 17:42:56 kaib 1.5.326.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools/source/control/filectrl2.cxx')
-rw-r--r-- | svtools/source/control/filectrl2.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/control/filectrl2.cxx b/svtools/source/control/filectrl2.cxx index 29098aab5418..b05c41238939 100644 --- a/svtools/source/control/filectrl2.cxx +++ b/svtools/source/control/filectrl2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filectrl2.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:01:38 $ + * last change: $Author: obo $ $Date: 2006-09-17 14:37:57 $ * * 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_svtools.hxx" + // this file contains code from filectrl.cxx which needs to be compiled with enabled exception hanling #ifndef _SV_FILECTRL_HXX |