diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:07:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:07:30 +0000 |
commit | 68581ef1faff52528dad0fe45af2af1ba533d14a (patch) | |
tree | ec48c72e40a1d31c6abcfa0e3abd475e8f50eedc /xmloff/source/text/XMLTextColumnsContext.cxx | |
parent | acb97ba8bfc467d511157ca4d9ea5256174dc07a (diff) |
INTEGRATION: CWS vgbugs07 (1.15.124); FILE MERGED
2007/06/04 13:23:39 vg 1.15.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/text/XMLTextColumnsContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextColumnsContext.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/text/XMLTextColumnsContext.cxx b/xmloff/source/text/XMLTextColumnsContext.cxx index 856c19e17b4c..a9e94ef7c53a 100644 --- a/xmloff/source/text/XMLTextColumnsContext.cxx +++ b/xmloff/source/text/XMLTextColumnsContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextColumnsContext.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:12:32 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:07:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,22 +53,22 @@ #endif #ifndef _XMLOFF_XMLTKMAP_HXX -#include "xmltkmap.hxx" +#include <xmloff/xmltkmap.hxx> #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLTEXTCOLUMNSCONTEXT_HXX #include "XMLTextColumnsContext.hxx" |