diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:27:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:27:10 +0000 |
commit | cebe434dd7058195e8f1e03b64eb5615ea81809e (patch) | |
tree | 12843ab57fe798dcf751a38d70a92aac8672f616 /unotools/source/misc | |
parent | bed7976a303a42b20668f2886ae59e8ad254150f (diff) |
INTEGRATION: CWS pchfix02 (1.2.58); FILE MERGED
2006/09/01 17:56:23 kaib 1.2.58.1: #i68856# Added header markers and pch files
Diffstat (limited to 'unotools/source/misc')
-rw-r--r-- | unotools/source/misc/datetime.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unotools/source/misc/datetime.cxx b/unotools/source/misc/datetime.cxx index 777200824de3..238d5f973f7c 100644 --- a/unotools/source/misc/datetime.cxx +++ b/unotools/source/misc/datetime.cxx @@ -4,9 +4,9 @@ * * $RCSfile: datetime.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:46:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:27: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_unotools.hxx" + #ifndef _UNOTOOLS_DATETIME_HXX_ #include <unotools/datetime.hxx> #endif |