diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:51:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:51:47 +0000 |
commit | 3fb8cd9cdba91747b437bacd4d4616eb37293f98 (patch) | |
tree | b5b00103eeb7165d439ec4cdb9875bf097284f3b /tools/source/datetime | |
parent | 7e0c115de8feaf81999fae83804487d178a6c8ca (diff) |
INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED
2006/09/01 17:54:49 kaib 1.4.42.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/source/datetime')
-rw-r--r-- | tools/source/datetime/tdate.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx index 5dd074600814..e1dbc3e2e372 100644 --- a/tools/source/datetime/tdate.cxx +++ b/tools/source/datetime/tdate.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdate.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:37:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:51:47 $ * * 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_tools.hxx" + #if defined WNT #pragma warning (push,1) #include <svwin.h> |