diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:13:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:13:34 +0000 |
commit | d1a724a52a5a2844a02a4f50cadac75ad6c8444d (patch) | |
tree | e277604cb1a2c0791a8a00b77d1f6d48d4f3d929 | |
parent | 8b52d82bd10f72fa3b7dcf5699a59cd74e386678 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED
2007/06/04 13:23:40 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | xmloff/source/text/XMLTextMasterStylesContext.cxx | 14 | ||||
-rw-r--r-- | xmloff/source/text/XMLTrackedChangesImportContext.cxx | 12 | ||||
-rw-r--r-- | xmloff/source/text/txtdrope.cxx | 10 |
3 files changed, 18 insertions, 18 deletions
diff --git a/xmloff/source/text/XMLTextMasterStylesContext.cxx b/xmloff/source/text/XMLTextMasterStylesContext.cxx index b03c241489e5..25cb65ed14d1 100644 --- a/xmloff/source/text/XMLTextMasterStylesContext.cxx +++ b/xmloff/source/text/XMLTextMasterStylesContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextMasterStylesContext.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:15:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:11:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,23 +42,23 @@ #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLTEXTMASTERPAGECONTEXT_HXX -#include "XMLTextMasterPageContext.hxx" +#include <xmloff/XMLTextMasterPageContext.hxx> #endif #ifndef _XMLTEXTMASTERSTYLESCONTEXT_HXX -#include "XMLTextMasterStylesContext.hxx" +#include <xmloff/XMLTextMasterStylesContext.hxx> #endif using namespace ::rtl; diff --git a/xmloff/source/text/XMLTrackedChangesImportContext.cxx b/xmloff/source/text/XMLTrackedChangesImportContext.cxx index 06aa68b64cc4..f39768a765ce 100644 --- a/xmloff/source/text/XMLTrackedChangesImportContext.cxx +++ b/xmloff/source/text/XMLTrackedChangesImportContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTrackedChangesImportContext.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:16:38 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:13:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX @@ -61,15 +61,15 @@ #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif diff --git a/xmloff/source/text/txtdrope.cxx b/xmloff/source/text/txtdrope.cxx index 3cb99350e3c1..f85c3d44a1e2 100644 --- a/xmloff/source/text/txtdrope.cxx +++ b/xmloff/source/text/txtdrope.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtdrope.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:16:52 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:13:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,15 +49,15 @@ #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_XMLEXP_HXX -#include "xmlexp.hxx" +#include <xmloff/xmlexp.hxx> #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX |