diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:17:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:17:45 +0000 |
commit | 64fffaa645b14bc8d00557c33692c854c02af31f (patch) | |
tree | 11a13f185745d41065d18a86d2762e05e32a417d /tools | |
parent | 18a0c2af22d90c1dc20c9595bea35d5c065319d5 (diff) |
INTEGRATION: CWS vgbugs07 (1.5.90); FILE MERGED
2007/06/04 13:32:27 vg 1.5.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/ref/globname.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/ref/globname.cxx b/tools/source/ref/globname.cxx index 596220f4975e..5bf9933346c3 100644 --- a/tools/source/ref/globname.cxx +++ b/tools/source/ref/globname.cxx @@ -4,9 +4,9 @@ * * $RCSfile: globname.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:00:37 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:17:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,8 +40,8 @@ #include <stdio.h> #include <string.h> -#include <stream.hxx> -#include <globname.hxx> +#include <tools/stream.hxx> +#include <tools/globname.hxx> /************** class ImpSvGlobalName ************************************/ ImpSvGlobalName::ImpSvGlobalName( const ImpSvGlobalName & rObj ) |