diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:59:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:59:06 +0000 |
commit | d8f8bacbdee1410f80f8116d5dc1103cae1949ee (patch) | |
tree | 151ec422431fbab10d6b2ee3375e31144afdbc02 /fpicker/source/win32/misc | |
parent | ffffa970386edcd4aa72c65897c7cdc7c7f6f2c8 (diff) |
INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED
2006/09/01 17:28:07 kaib 1.2.104.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker/source/win32/misc')
-rw-r--r-- | fpicker/source/win32/misc/AutoBuffer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/misc/AutoBuffer.cxx b/fpicker/source/win32/misc/AutoBuffer.cxx index 729319d315..f481c9a99e 100644 --- a/fpicker/source/win32/misc/AutoBuffer.cxx +++ b/fpicker/source/win32/misc/AutoBuffer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AutoBuffer.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:51:43 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:59:06 $ * * 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_fpicker.hxx" + //------------------------------------------------------------------------ // includes //------------------------------------------------------------------------ |