diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:03:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:03:20 +0000 |
commit | 7804102f435610af19dae1b12645153336918b51 (patch) | |
tree | a73b2218a7faefda28ec6b72bb17a9e7650bc138 /forms | |
parent | 53e0ed149c246bb9e766fa23507f98f335922f99 (diff) |
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
2006/09/01 17:27:45 kaib 1.5.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/convert.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/xforms/convert.cxx b/forms/source/xforms/convert.cxx index 939628267094..1f05bf37223a 100644 --- a/forms/source/xforms/convert.cxx +++ b/forms/source/xforms/convert.cxx @@ -4,9 +4,9 @@ * * $RCSfile: convert.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:44:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:03:20 $ * * 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 "convert.hxx" #include "unohelper.hxx" |