diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:18:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:18:22 +0000 |
commit | 1ef5584111aa2d9902458d21a4346c6267c1158d (patch) | |
tree | 8a35121f194005c0f4a787aef51b9493b4883b2d /xmloff/source/forms | |
parent | a604a71127a4ab02dcef81239530e5727e136418 (diff) |
INTEGRATION: CWS vgbugs07 (1.25.124); FILE MERGED
2007/06/04 13:23:27 vg 1.25.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r-- | xmloff/source/forms/propertyimport.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/forms/propertyimport.cxx b/xmloff/source/forms/propertyimport.cxx index 1ab422ad2848..9750de500e75 100644 --- a/xmloff/source/forms/propertyimport.cxx +++ b/xmloff/source/forms/propertyimport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propertyimport.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:38:10 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:18:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,13 +40,13 @@ #include "propertyimport.hxx" #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> |