diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:12:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:12:32 +0000 |
commit | 3e976a0fe518fd9c767bdbe21b85be52822c1c5b (patch) | |
tree | f6f0dcc6db88cc74ac5a7b2ae10687ef03eddbc2 /xmloff/source/text/XMLTextColumnsContext.cxx | |
parent | 0c6475ce0f31838c2592c736ea007067d00a1b63 (diff) |
INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED
2006/09/01 18:00:06 kaib 1.14.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/text/XMLTextColumnsContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextColumnsContext.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLTextColumnsContext.cxx b/xmloff/source/text/XMLTextColumnsContext.cxx index 7080b91360e4..856c19e17b4c 100644 --- a/xmloff/source/text/XMLTextColumnsContext.cxx +++ b/xmloff/source/text/XMLTextColumnsContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextColumnsContext.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-19 18:45:13 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:12:32 $ * * 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_TEXT_XTEXTCOLUMNS_HPP_ #include <com/sun/star/text/XTextColumns.hpp> #endif |