diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:22:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:22:29 +0000 |
commit | e4cf67cf6fcc219d2c743088e9533114c93b2ae7 (patch) | |
tree | 70aafe7a273f5e15b2ee1cc7c294b68aacfbda15 /xmloff/source | |
parent | a2142cca7bb647b5177e76010b05549bcb3090ed (diff) |
INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED
2007/06/04 13:23:45 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/transform/PersAttrListTContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/transform/PersAttrListTContext.cxx b/xmloff/source/transform/PersAttrListTContext.cxx index 919a5f9e8217..afd4b2590d9b 100644 --- a/xmloff/source/transform/PersAttrListTContext.cxx +++ b/xmloff/source/transform/PersAttrListTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: PersAttrListTContext.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:26:47 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:22:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ #include "MutableAttrList.hxx" #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_PERSATTRLISTTCONTEXT_HXX |