diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:54:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:54:04 +0000 |
commit | d7596b7f2a3f305978f370935eb658988b1632b1 (patch) | |
tree | 05c445bd7823c46c58f714f5e36c802930d6f778 /forms/source/component/findpos.cxx | |
parent | 81e397597eecdad8589e5d6ff7bc6206042ea5f8 (diff) |
INTEGRATION: CWS pchfix02 (1.2.26); FILE MERGED
2006/09/01 17:27:38 kaib 1.2.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms/source/component/findpos.cxx')
-rw-r--r-- | forms/source/component/findpos.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/findpos.cxx b/forms/source/component/findpos.cxx index 17bec5ce52aa..dcdc529b463a 100644 --- a/forms/source/component/findpos.cxx +++ b/forms/source/component/findpos.cxx @@ -4,9 +4,9 @@ * * $RCSfile: findpos.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:54:20 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:54:04 $ * * 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_forms.hxx" + #include "sal/config.h" #include "findpos.hxx" |