diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:56:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:56:12 +0000 |
commit | cbc22a2c03cb06f0e22cffbdefdb102b23d7584d (patch) | |
tree | 2fa3e025b5695cb4b0271452811ca4e94c142828 /xmloff/source/style/postuhdl.cxx | |
parent | fb2801069f04ac15316f918908fa2e24f1a453b9 (diff) |
INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED
2006/09/01 17:59:55 kaib 1.4.160.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/style/postuhdl.cxx')
-rw-r--r-- | xmloff/source/style/postuhdl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/style/postuhdl.cxx b/xmloff/source/style/postuhdl.cxx index f33692f11a88..9b0541cdb3a7 100644 --- a/xmloff/source/style/postuhdl.cxx +++ b/xmloff/source/style/postuhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: postuhdl.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:46:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:56:12 $ * * 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" + #ifndef _XMLOFF_PROPERTYHANDLER_POSTURETYPES_HXX #include <postuhdl.hxx> #endif |