diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:53:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:53:03 +0000 |
commit | 665212b7bf9e42c9dfc9f0d55eb3f1152d8bbffd (patch) | |
tree | e2a52ff1bef4c68a5900fe57a6ab87d8ddd9e950 /tools/source | |
parent | d72770dfc59b9571671a998adf05f13388aface4 (diff) |
INTEGRATION: CWS pchfix02 (1.21.40); FILE MERGED
2006/09/01 17:54:50 kaib 1.21.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/fsys/dirent.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx index 17e166d021c8..ee5c56b797b3 100644 --- a/tools/source/fsys/dirent.cxx +++ b/tools/source/fsys/dirent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dirent.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:38:56 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:53:03 $ * * 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 UNX #include <io.h> |