diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:00:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:00:47 +0000 |
commit | 988699a390b1acf1c82bf6b56e3be3888b9a3a9d (patch) | |
tree | 12641c0cc761e82f203208e2b362d15e030c492e /xmloff/source/draw | |
parent | 2ecbfd0e479257c672e6d1102dcd83f2d5c2839a (diff) |
INTEGRATION: CWS vgbugs07 (1.11.30); FILE MERGED
2007/06/04 13:23:23 vg 1.11.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/animationexport.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx index 09c26b931e25..2ea5bdbc1452 100644 --- a/xmloff/source/draw/animationexport.cxx +++ b/xmloff/source/draw/animationexport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: animationexport.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 13:09:41 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:00:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -150,7 +150,7 @@ #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX @@ -158,23 +158,23 @@ #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _XMLOFF_XMLEXP_HXX -#include "xmlexp.hxx" +#include <xmloff/xmlexp.hxx> #endif #ifndef _XMLOFF_XMLEMENT_HXX -#include "xmlement.hxx" +#include <xmloff/xmlement.hxx> #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_SHAPEEXPORT_HXX_ -#include "shapeexport.hxx" +#include <xmloff/shapeexport.hxx> #endif #include "animations.hxx" |