diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:48:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:48:25 +0000 |
commit | b91d4e571eae52d235663527f81658924b80fad6 (patch) | |
tree | f4973d6e0e97b960c64a680ae59cbeb4e7673b69 /xmloff/source/chart/SchXMLParagraphContext.cxx | |
parent | feeda17305b1e129d8ba4e66245348063a21e499 (diff) |
INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED
2007/06/04 13:23:19 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/chart/SchXMLParagraphContext.cxx')
-rw-r--r-- | xmloff/source/chart/SchXMLParagraphContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLParagraphContext.cxx b/xmloff/source/chart/SchXMLParagraphContext.cxx index e3310558af96..22b9f185109c 100644 --- a/xmloff/source/chart/SchXMLParagraphContext.cxx +++ b/xmloff/source/chart/SchXMLParagraphContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SchXMLParagraphContext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:15:39 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:48:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif using namespace rtl; |