diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:49:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:49:00 +0000 |
commit | 388f53f14e0f6b6c772279f8f0cd34d5a31ac237 (patch) | |
tree | f141294cb3c5ad7b4f82bfb1a1c642db80152706 /sot | |
parent | 83cd88caeb5a0e52f5397ac1e88ae56403f3d793 (diff) |
INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED
2007/06/04 13:33:59 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/filelist.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx index 7b90b5761bdb..99dcaaf0991e 100644 --- a/sot/source/base/filelist.cxx +++ b/sot/source/base/filelist.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filelist.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:08:14 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:49:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #include<tools/stream.hxx> #include<tools/string.hxx> #include<tools/rtti.hxx> -#include<exchange.hxx> +#include<sot/exchange.hxx> #include<filelist.hxx> #ifndef _OSL_THREAD_H_ |