diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 16:39:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 16:39:27 +0000 |
commit | 1513fe29b5ceaf778293b978a8f7cda07af9a3fd (patch) | |
tree | 64e12bd18261657926d05db5ace3b9074e2b2747 /cosv/inc | |
parent | 4587e2cd5d649d744cdd8b474f1fa7247e3be315 (diff) |
INTEGRATION: CWS adc18 (1.3.38); FILE MERGED
2007/09/20 12:51:41 np 1.3.38.1: #i81775#
Diffstat (limited to 'cosv/inc')
-rw-r--r-- | cosv/inc/cosv/csv_precomp.h | 10 | ||||
-rw-r--r-- | cosv/inc/cosv/dirchain.hxx | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/cosv/inc/cosv/csv_precomp.h b/cosv/inc/cosv/csv_precomp.h index abcc54b8accc..3814ce6bd449 100644 --- a/cosv/inc/cosv/csv_precomp.h +++ b/cosv/inc/cosv/csv_precomp.h @@ -4,9 +4,9 @@ * * $RCSfile: csv_precomp.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:54:14 $ + * last change: $Author: hr $ $Date: 2007-11-02 17:39:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,8 @@ #define __CSV_PRECOMP_H_06071998__ + + #define CSV_USE_CSV_ASSERTIONS #include <cosv/csv_env.hxx> @@ -44,11 +46,9 @@ #include <cosv/string.hxx> #include <cosv/streamstr.hxx> #include <cosv/std_outp.hxx> -#include <cosv/template/dyn.hxx> - +#include <cosv/tpl/dyn.hxx> #endif - diff --git a/cosv/inc/cosv/dirchain.hxx b/cosv/inc/cosv/dirchain.hxx index c980153760d5..2091761d3350 100644 --- a/cosv/inc/cosv/dirchain.hxx +++ b/cosv/inc/cosv/dirchain.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dirchain.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:54:48 $ + * last change: $Author: hr $ $Date: 2007-11-02 17:39:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,7 @@ #include <cosv/csv_ostream.hxx> #include <cosv/persist.hxx> -#include <cosv/template/tpltools.hxx> +#include <cosv/tpl/tpltools.hxx> |