diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:28:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:28:31 +0000 |
commit | e851a8a91538420f02896711de0c2faad8d25272 (patch) | |
tree | 74f66c212ac77a6d509ac45548fa64d92d09e757 /extensions/source/scanner | |
parent | 060a99ab3c364285bfe1bedfbbfa16b70e4c5897 (diff) |
INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED
2006/09/01 17:26:47 kaib 1.3.186.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r-- | extensions/source/scanner/scnserv.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/scanner/scnserv.cxx b/extensions/source/scanner/scnserv.cxx index cd43ada36aa4..efe8d954c905 100644 --- a/extensions/source/scanner/scnserv.cxx +++ b/extensions/source/scanner/scnserv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scnserv.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:39:32 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:28:31 $ * * 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_extensions.hxx" + #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |