diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:27:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:27:23 +0000 |
commit | 1b0db9a844422f3779f2e3e52f29470b49814b4a (patch) | |
tree | ce8702ed308214f942dcf1e9001921460829c288 /xmloff/source | |
parent | c53019d5b5fc59c1f44de9fe850b90fd383d718a (diff) |
INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED
2007/06/04 13:23:46 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/xforms/TokenContext.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/xforms/TokenContext.cxx b/xmloff/source/xforms/TokenContext.cxx index 96d44a1ed33d..106ec52927ff 100644 --- a/xmloff/source/xforms/TokenContext.cxx +++ b/xmloff/source/xforms/TokenContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TokenContext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:30:43 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:27:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,15 +41,15 @@ #endif #ifndef _XMLOFF_XMLTKMAP_HXX -#include "xmltkmap.hxx" +#include <xmloff/xmltkmap.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 _XMLOFF_XMLERROR_HXX |