diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:22:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:22:21 +0000 |
commit | d561fdbe6d4fbeeca2347c5645d0ec2af301f01e (patch) | |
tree | 2e90ec0127b58c4791f9e9bb770d4098e5e9347d /canvas/source | |
parent | 2fcf6030688ccf9bc0c1667ed86e5f353a4fb3eb (diff) |
INTEGRATION: CWS pchfix02 (1.9.20); FILE MERGED
2006/09/01 17:18:02 kaib 1.9.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/factory/cf_service.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/source/factory/cf_service.cxx b/canvas/source/factory/cf_service.cxx index 49f758fe44b9..13012be038b0 100644 --- a/canvas/source/factory/cf_service.cxx +++ b/canvas/source/factory/cf_service.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cf_service.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:14:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:22:21 $ * * 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_canvas.hxx" #include "osl/mutex.hxx" #include "osl/process.h" #include "cppuhelper/implementationentry.hxx" |