diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:45:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:45:15 +0000 |
commit | 53ce95b69461903208a3992bd86d1d1db02a0a63 (patch) | |
tree | 0eb633b77fd76122fc6bae7efdc6c5f28ad0d8fa /cppuhelper | |
parent | 2e53bcd201d23cf8a70fbe3e18b1e575ca7936c8 (diff) |
INTEGRATION: CWS pchfix02 (1.6.56); FILE MERGED
2006/09/01 17:23:20 kaib 1.6.56.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/test/testpropshlp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/test/testpropshlp.cxx b/cppuhelper/test/testpropshlp.cxx index 956ef2b8acaf..5ce2fdd16c57 100644 --- a/cppuhelper/test/testpropshlp.cxx +++ b/cppuhelper/test/testpropshlp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testpropshlp.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 09:34:41 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:45:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_cppuhelper.hxx" #include <osl/mutex.hxx> #include <osl/diagnose.h> |