diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:20:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:20:24 +0000 |
commit | 5f433c3f2d4d14c2f57d271f1276ca8e6d0849cb (patch) | |
tree | 4d2bb79f535d52ec70dee00400086646b74051ef /xmloff/source/text/txtvfldi.cxx | |
parent | a270865f06a9f08b0758dbc38212a2d6a3b8597a (diff) |
INTEGRATION: CWS pchfix02 (1.26.18); FILE MERGED
2006/09/01 18:00:12 kaib 1.26.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/text/txtvfldi.cxx')
-rw-r--r-- | xmloff/source/text/txtvfldi.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx index 1f37f6ca8f0e..650d1ad98f14 100644 --- a/xmloff/source/text/txtvfldi.cxx +++ b/xmloff/source/text/txtvfldi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtvfldi.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:41:56 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:20:24 $ * * 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_xmloff.hxx" + /** @#file * * export of all variable related text fields (and database display field) |