diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:57:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:57:43 +0000 |
commit | 3e9a585fe269c91f98b7bcab23a288098b9fdc3d (patch) | |
tree | 6bdfc491df6fccabb49d482ad35d7256f8ecddc4 /xmloff/source/style/undlihdl.cxx | |
parent | 9032881e0563826809be4b49df5d3572011520d7 (diff) |
INTEGRATION: CWS pchfix02 (1.6.160); FILE MERGED
2006/09/01 17:59:56 kaib 1.6.160.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/style/undlihdl.cxx')
-rw-r--r-- | xmloff/source/style/undlihdl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/style/undlihdl.cxx b/xmloff/source/style/undlihdl.cxx index d4b83d329b91..9a7330ff1eaf 100644 --- a/xmloff/source/style/undlihdl.cxx +++ b/xmloff/source/style/undlihdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: undlihdl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 11:02:29 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:57:43 $ * * 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_UNDERLINETYPES_HXX #include <undlihdl.hxx> #endif |