diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:01:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:01:02 +0000 |
commit | 37db8a57f991220194207c17e07a100ee4f503e7 (patch) | |
tree | 4edb0f3dae8126ca772afde87a6ac2097dc0788e /xmloff/source/draw/animationimport.cxx | |
parent | 988699a390b1acf1c82bf6b56e3be3888b9a3a9d (diff) |
INTEGRATION: CWS vgbugs07 (1.10.30); FILE MERGED
2007/06/04 13:23:23 vg 1.10.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/draw/animationimport.cxx')
-rw-r--r-- | xmloff/source/draw/animationimport.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx index a62f5df1d178..a0f9e4f9ae7f 100644 --- a/xmloff/source/draw/animationimport.cxx +++ b/xmloff/source/draw/animationimport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: animationimport.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 13:10:00 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:01:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -130,29 +130,29 @@ #include <list> #ifndef _XMLOFF_XMLTYPES_HXX -#include "xmltypes.hxx" +#include <xmloff/xmltypes.hxx> #endif #ifndef _SDPROPLS_HXX #include "sdpropls.hxx" #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_ANIM_HXX |