diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/ref/ref.cxx | 6 | ||||
-rw-r--r-- | tools/source/stream/cachestr.cxx | 12 | ||||
-rw-r--r-- | tools/source/string/debugprint.cxx | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/tools/source/ref/ref.cxx b/tools/source/ref/ref.cxx index 9e5ddc5fc42e..dc46f90f2738 100644 --- a/tools/source/ref/ref.cxx +++ b/tools/source/ref/ref.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ref.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:01:04 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:18:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include <ref.hxx> +#include <tools/ref.hxx> /****************** SvRefBaseMemberList **********************************/ SV_IMPL_REF_LIST( SvRefBase,SvRefBase* ) diff --git a/tools/source/stream/cachestr.cxx b/tools/source/stream/cachestr.cxx index 3bf248ff267c..4ded813e2ab3 100644 --- a/tools/source/stream/cachestr.cxx +++ b/tools/source/stream/cachestr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cachestr.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:01:19 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:18:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include <debug.hxx> -#include <stream.hxx> -#include <cachestr.hxx> -#include <tempfile.hxx> +#include <tools/debug.hxx> +#include <tools/stream.hxx> +#include <tools/cachestr.hxx> +#include <tools/tempfile.hxx> /************************************************************************* |* diff --git a/tools/source/string/debugprint.cxx b/tools/source/string/debugprint.cxx index 5659a5b19d7b..85608257fddf 100644 --- a/tools/source/string/debugprint.cxx +++ b/tools/source/string/debugprint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: debugprint.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:02:43 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:19:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,7 @@ // ======================================================================= -#include <string.hxx> +#include <tools/string.hxx> const sal_Char *dbg_dump(const ByteString &rStr) { |