diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:49:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:49:16 +0000 |
commit | 8183d9bbb83741af316a4055a2a45e63296add05 (patch) | |
tree | cd9d3aa79999e38ca399bf4aa7340bda39f4926b /xmloff/source/style/xmlstyle.cxx | |
parent | e230486a49533925bdbaedad12940b81e44d680b (diff) |
INTEGRATION: CWS vgbugs07 (1.41.86); FILE MERGED
2007/06/04 13:23:33 vg 1.41.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/style/xmlstyle.cxx')
-rw-r--r-- | xmloff/source/style/xmlstyle.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index 8b426b3b0bc7..a0b712c5234d 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlstyle.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: rt $ $Date: 2006-12-01 15:27:58 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:49:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX @@ -90,34 +90,34 @@ #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_FAMILIES_HXX -#include "families.hxx" +#include <xmloff/families.hxx> #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_XMLNUMI_HXX -#include "xmlnumi.hxx" +#include <xmloff/xmlnumi.hxx> #endif #ifndef _XMLOFF_XMLIMPPR_HXX -#include "xmlimppr.hxx" +#include <xmloff/xmlimppr.hxx> #endif #ifndef _XMLOFF_XMLSTYLE_HXX -#include "xmlstyle.hxx" +#include <xmloff/xmlstyle.hxx> #endif #ifndef _XMLOFF_TXTSTYLI_HXX -#include "txtstyli.hxx" +#include <xmloff/txtstyli.hxx> #endif #ifndef _XMLOFF_TXTPRMAP_HXX -#include "txtprmap.hxx" +#include <xmloff/txtprmap.hxx> #endif #ifndef _XMLOFF_XMLNUMFI_HXX -#include "xmlnumfi.hxx" +#include <xmloff/xmlnumfi.hxx> #endif #ifndef _XMLOFF_XMLCHARTSTYLECONTEXT_HXX_ #include "XMLChartStyleContext.hxx" @@ -127,7 +127,7 @@ #endif #ifndef _XMLOFF_XMLSHAPESTYLECONTEXT_HXX -#include "XMLShapeStyleContext.hxx" +#include <xmloff/XMLShapeStyleContext.hxx> #endif #ifndef _XMLOFF_FILLSTYLECONTEXTS_HXX_ |