diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:40:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:40:10 +0000 |
commit | b5c94e5bb0905a03c06acb5f986cd31547e19f62 (patch) | |
tree | b7b29c63ab7d9d1b5c71b61493157c1bebb946c6 /cppuhelper/source | |
parent | 82f146a55856b87c0e7ed97930b2e708ca81d105 (diff) |
INTEGRATION: CWS pchfix02 (1.9.14); FILE MERGED
2006/09/01 17:23:17 kaib 1.9.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/exc_thrower.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx index 136e34a83b6b..4d8b08790f86 100644 --- a/cppuhelper/source/exc_thrower.cxx +++ b/cppuhelper/source/exc_thrower.cxx @@ -4,9 +4,9 @@ * * $RCSfile: exc_thrower.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:33:12 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:40:10 $ * * 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_cppuhelper.hxx" + #include "osl/diagnose.h" #include "osl/doublecheckedlocking.h" #include "osl/mutex.hxx" |