diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:42:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:42:13 +0000 |
commit | 1caafdbe4dea13119815c6f214bcee4b57f33004 (patch) | |
tree | 59bc03e9a42c7b86d5dc825aa5c4bbf8b32f0c03 /xmloff/source/style/AttributeContainerHandler.cxx | |
parent | 636c0026abe6e7605dc6a60b44ead10917d994b6 (diff) |
INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED
2006/09/01 17:59:45 kaib 1.3.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/style/AttributeContainerHandler.cxx')
-rw-r--r-- | xmloff/source/style/AttributeContainerHandler.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/style/AttributeContainerHandler.cxx b/xmloff/source/style/AttributeContainerHandler.cxx index 30c2d120cfea..e41ac392f4a9 100644 --- a/xmloff/source/style/AttributeContainerHandler.cxx +++ b/xmloff/source/style/AttributeContainerHandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AttributeContainerHandler.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 18:23:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:42:13 $ * * 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 _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_ #include <com/sun/star/container/XNameContainer.hpp> #endif |