diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:45:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:45:42 +0000 |
commit | ebfdac07961c100a16e01d1387868340b1a574ff (patch) | |
tree | a9376d553d863c417676fd9c701db25876d4f45e /sal/osl/all | |
parent | 258b6fe39a86c6f820afc18c343f3d82bbb7e3ef (diff) |
INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED
2006/09/01 17:34:00 kaib 1.3.140.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sal/osl/all')
-rwxr-xr-x | sal/osl/all/utility.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx index 80e38c78846c..6594991ea6eb 100755 --- a/sal/osl/all/utility.cxx +++ b/sal/osl/all/utility.cxx @@ -4,9 +4,9 @@ * * $RCSfile: utility.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:52:28 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:45:16 $ * * 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_sal.hxx" + #include "rtl/ustring.hxx" #include "osl/time.h" |