diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:48:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:48:34 +0000 |
commit | f39650b573ccf94fe72bb2dead50be0d76dd8824 (patch) | |
tree | 1b600588430f0daab37aac4a265923403160bba3 /sot | |
parent | 0a17562b7ba71e77bff3cb651b9fdd287b3e46b3 (diff) |
INTEGRATION: CWS vgbugs07 (1.40.32); FILE MERGED
2007/06/04 13:33:59 vg 1.40.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/exchange.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx index 6d7851bd40a1..ab4f28b2f616 100644 --- a/sot/source/base/exchange.cxx +++ b/sot/source/base/exchange.cxx @@ -4,9 +4,9 @@ * * $RCSfile: exchange.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:07:48 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:48:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,9 +47,9 @@ #endif #include <tools/globname.hxx> #include <tools/string.hxx> -#include <sotdata.hxx> -#include <exchange.hxx> -#include <formats.hxx> +#include <sot/sotdata.hxx> +#include <sot/exchange.hxx> +#include <sot/formats.hxx> #include <clsids.hxx> #ifndef INCLUDED_RTL_INSTANCE_HXX |