diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:18:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:18:57 +0000 |
commit | dd18ef8b72fd6c732275a2243769b8e6e254c1f9 (patch) | |
tree | 559a89c2526ace53aa03a1970e885625de9ed16d | |
parent | 6cd1de9dc83479d7021952b1315080bb889bf175 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.182); FILE MERGED
2007/06/04 13:31:28 vg 1.7.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/contnr/contentenumeration.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/contnr/contentenumeration.cxx b/svtools/source/contnr/contentenumeration.cxx index f6f90278b247..e3503af9a1b2 100644 --- a/svtools/source/contnr/contentenumeration.cxx +++ b/svtools/source/contnr/contentenumeration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: contentenumeration.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 18:24:41 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:18:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,10 +41,10 @@ #endif #ifndef SVTOOLS_URL_FILTER_HXX -#include "urlfilter.hxx" +#include <svtools/urlfilter.hxx> #endif #ifndef _SVTOOLS_INETTBC_HXX -#include "inettbc.hxx" +#include <svtools/inettbc.hxx> #endif #ifndef _SVTOOLS_IMAGEMGR_HXX #include "imagemgr.hxx" |