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 | bb98051916c0a0128832afa0b528d3b4838de8df (patch) | |
tree | bbb04f227c71f32006053867cddbb3b28b21855e /fpicker | |
parent | 3ca8da79c919ac493c7050304bb90c92db4bc1ce (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')
-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 a64cbbcc1139..d2f8a34f580b 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 //------------------------------------------------------------------------ |