diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:48:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:48:13 +0000 |
commit | 13e85a121cfa251f370364a68cfea7b664c5f55b (patch) | |
tree | c9d7e23467cf466eb718acb5f094c6d44b66d1c7 | |
parent | bb583aae6e4b3b46b2d64a0197f2730cd67116fa (diff) |
INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED
2007/06/04 13:31:43 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/misc/cliplistener.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/misc/cliplistener.cxx b/svtools/source/misc/cliplistener.cxx index 1820aab0eef6..85639d914d75 100644 --- a/svtools/source/misc/cliplistener.cxx +++ b/svtools/source/misc/cliplistener.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cliplistener.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:09:16 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:48:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ #include <vos/mutex.hxx> #include "cliplistener.hxx" -#include "transfer.hxx" +#include <svtools/transfer.hxx> using namespace ::com::sun::star; |