diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:48:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:48:04 +0000 |
commit | af1963dd23c850727c1132017210b281d87e02e5 (patch) | |
tree | 951590989ba54fd358d4bc81a2af260ce5e2908f | |
parent | fa2ea0db7126f73bb0f3860523cddcbb942d6a39 (diff) |
INTEGRATION: CWS vgbugs07 (1.45.114); FILE MERGED
2007/06/04 13:23:32 vg 1.45.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | xmloff/source/style/xmlnumfi.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index edd46a66dd59..7a3355315e9d 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlnumfi.cxx,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:52:27 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:48:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,17 +51,17 @@ // #110680# //#include <comphelper/processfactory.hxx> -#include "xmlnumfi.hxx" -#include "xmltkmap.hxx" +#include <xmloff/xmlnumfi.hxx> +#include <xmloff/xmltkmap.hxx> #include "xmlnmspe.hxx" -#include "xmlictxt.hxx" -#include "xmlimp.hxx" -#include "xmluconv.hxx" -#include "nmspmap.hxx" -#include "families.hxx" +#include <xmloff/xmlictxt.hxx> +#include <xmloff/xmlimp.hxx> +#include <xmloff/xmluconv.hxx> +#include <xmloff/nmspmap.hxx> +#include <xmloff/families.hxx> #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif using namespace ::rtl; |