diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:26:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:26:05 +0000 |
commit | a621bd71669d8b92a523f5759e5151e3580c9e82 (patch) | |
tree | 5f812aee65393116658733c97b48a2e0c6cc85fc | |
parent | ddbc7ac120db630508d602b8d38808337a5b7800 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED
2007/06/04 13:23:46 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | xmloff/source/transform/TransformerContext.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/transform/TransformerContext.hxx b/xmloff/source/transform/TransformerContext.hxx index ac8afcf9c4aa..364b2cbde216 100644 --- a/xmloff/source/transform/TransformerContext.hxx +++ b/xmloff/source/transform/TransformerContext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: TransformerContext.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:58:52 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:26: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 @@ #include <tools/rtti.hxx> #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif class SvXMLNamespaceMap; |