diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:22:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:22:38 +0000 |
commit | 83ab16c6290d43776d648319b50757f499c212a0 (patch) | |
tree | 75298960dc45a308f3e351ccf0327cb69b4c1370 /tools | |
parent | 4e767f051e53227444205b934d226f80aea8ba14 (diff) |
INTEGRATION: CWS hedaburemove01 (1.17.50); FILE MERGED
2006/12/12 16:28:12 vg 1.17.50.1: #i72503# get rid of hedabu
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/communi/parser.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/communi/parser.cxx b/tools/source/communi/parser.cxx index 552d7905bda2..4918def646b8 100644 --- a/tools/source/communi/parser.cxx +++ b/tools/source/communi/parser.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parser.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:51:20 $ + * last change: $Author: vg $ $Date: 2007-04-11 20:22:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,11 +37,11 @@ #include "precompiled_tools.hxx" #include <stdio.h> -#include <stream.hxx> -#include <fsys.hxx> +#include <tools/stream.hxx> +#include <tools/fsys.hxx> -#include "iparser.hxx" -#include "geninfo.hxx" +#include "tools/iparser.hxx" +#include "tools/geninfo.hxx" |