diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:12:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:12:53 +0000 |
commit | 21a29be8d926c1ddb2ad30f7f0d09da5c28c4db0 (patch) | |
tree | 949cddb97cd72aa270b49e190b912f91e9962188 /odk | |
parent | 44e06c25985ba3addfdfac94339cd7c27c16d91a (diff) |
INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED
2006/09/01 17:32:23 kaib 1.6.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx index 83f8b798cf6f..bec3bbc1f4d3 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx @@ -2,9 +2,9 @@ * * $RCSfile: filterdetect.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2005-10-24 18:27:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:12:53 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,6 +38,9 @@ * *************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_odk.hxx" + #include "filterdetect.hxx" #ifndef _OSL_DIAGNOSE_H_ |