diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:03:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:03:22 +0000 |
commit | 0832ab9eba204f8cd51f83666e990b4fd2807b37 (patch) | |
tree | e02616f7fefe7ff5f95fb1d4eced01ee628b630c /configmgr | |
parent | 6911686bad60fc6eb30b7cbb444b1477393f9ce7 (diff) |
INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED
2006/09/01 17:20:28 kaib 1.8.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/backend/binarywritehandler.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/backend/binarywritehandler.cxx b/configmgr/source/backend/binarywritehandler.cxx index 1798ae609f09..971e9650eadc 100644 --- a/configmgr/source/backend/binarywritehandler.cxx +++ b/configmgr/source/backend/binarywritehandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: binarywritehandler.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:18:45 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:03:22 $ * * 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_configmgr.hxx" #include "binarywritehandler.hxx" #include "binarycache.hxx" |