diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:17:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:17:18 +0000 |
commit | 496096450d826d11b69c1717bf2005476509305b (patch) | |
tree | ffa174da04f6f0de1e00e5de138f67e675d839b1 /xmloff/source/forms | |
parent | 56b121ea8700c96293521889e72daf5a0bcf8385 (diff) |
INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED
2007/06/04 13:23:27 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r-- | xmloff/source/forms/officeforms.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/forms/officeforms.cxx b/xmloff/source/forms/officeforms.cxx index f48b1b1e40ec..4c51286215dc 100644 --- a/xmloff/source/forms/officeforms.cxx +++ b/xmloff/source/forms/officeforms.cxx @@ -4,9 +4,9 @@ * * $RCSfile: officeforms.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:37:44 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:17:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,22 +40,22 @@ #include "officeforms.hxx" #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLEXP_HXX -#include "xmlexp.hxx" +#include <xmloff/xmlexp.hxx> #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _COMPHELPER_EXTRACT_HXX_ #include <comphelper/extract.hxx> |