diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:17:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:17:07 +0000 |
commit | 8fbc24eb4d9291463301ce62da8f00619ceabb90 (patch) | |
tree | b952d7c55360b17c0d9524d0302b486530624462 /tools | |
parent | 24495b8ec7115d9012a233fe2349664875709fae (diff) |
INTEGRATION: CWS vgbugs07 (1.6.8); FILE MERGED
2007/06/04 13:32:26 vg 1.6.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/rc/resary.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx index 0432e3f0e035..6d828f63d0e4 100644 --- a/tools/source/rc/resary.cxx +++ b/tools/source/rc/resary.cxx @@ -4,9 +4,9 @@ * * $RCSfile: resary.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:48:09 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:17:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,10 +39,10 @@ #define _TOOLS_RESARY_CXX #ifndef _TOOLS_RESARY_HXX -#include <resary.hxx> +#include <tools/resary.hxx> #endif #ifndef _TOOLS_RCID_H -#include <rcid.h> +#include <tools/rcid.h> #endif // ======================================================================= |