diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:01:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:01:42 +0000 |
commit | 1a3763cd25cd1bfa421ee696c684fa41b2af81fa (patch) | |
tree | 6d053323b6e7acebed3878046fd83b1e73667a34 /sal/qa | |
parent | 49347732a1b8504a6f25a6c456176bad481ed1b6 (diff) |
INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED
2006/09/01 17:34:15 kaib 1.5.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/rtl/uri/rtl_testuri.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/rtl/uri/rtl_testuri.cxx b/sal/qa/rtl/uri/rtl_testuri.cxx index ab7f06652337..84e003f5dc65 100644 --- a/sal/qa/rtl/uri/rtl_testuri.cxx +++ b/sal/qa/rtl/uri/rtl_testuri.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rtl_testuri.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:28:02 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:01:42 $ * * 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/strbuf.hxx" #include "rtl/textenc.h" #include "rtl/uri.h" |