diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:00:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:00:31 +0000 |
commit | 2ecbfd0e479257c672e6d1102dcd83f2d5c2839a (patch) | |
tree | 8dfff9d81bb685ce7f9c33bb891496feaa1e3665 /xmloff/source/draw | |
parent | 5e8fdb7a3036d59727fa82f5d000ec6bcc502d66 (diff) |
INTEGRATION: CWS vgbugs07 (1.16.46); FILE MERGED
2007/06/04 13:23:23 vg 1.16.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/XMLShapeStyleContext.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/source/draw/XMLShapeStyleContext.cxx b/xmloff/source/draw/XMLShapeStyleContext.cxx index 93f3d6e864d9..f440f7c1932b 100644 --- a/xmloff/source/draw/XMLShapeStyleContext.cxx +++ b/xmloff/source/draw/XMLShapeStyleContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLShapeStyleContext.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2007-01-29 14:48:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:00:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,14 +39,14 @@ #include <tools/debug.hxx> #ifndef _XMLOFF_XMLSHAPESTYLECONTEXT_HXX -#include "XMLShapeStyleContext.hxx" +#include <xmloff/XMLShapeStyleContext.hxx> #endif #ifndef _XMLOFF_XMLSHAPEPROPERTYSETCONTEXT_HXX #include "XMLShapePropertySetContext.hxx" #endif #ifndef _XMLOFF_CONTEXTID_HXX_ -#include "contextid.hxx" +#include <xmloff/contextid.hxx> #endif #ifndef _COM_SUN_STAR_DRAWING_XCONTROLSHAPE_HPP_ @@ -60,11 +60,11 @@ #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_XMLNMSPE_HXX @@ -72,14 +72,14 @@ #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_XMLERROR_HXX #include "xmlerror.hxx" #endif #ifndef _XMLOFF_PROPMAPPINGTYPES_HXX -#include "maptype.hxx" +#include <xmloff/maptype.hxx> #endif #include "sdpropls.hxx" |