diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:16:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:16:55 +0000 |
commit | 24495b8ec7115d9012a233fe2349664875709fae (patch) | |
tree | f7360db25a17245feff74b40a82cc32e38f568ff /tools | |
parent | d329399344ae66b295f095de621d6f24b02cf135 (diff) |
INTEGRATION: CWS vgbugs07 (1.9.8); FILE MERGED
2007/06/04 13:32:26 vg 1.9.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/rc/rc.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/rc/rc.cxx b/tools/source/rc/rc.cxx index 90065e78cbd4..41df4ea206cb 100644 --- a/tools/source/rc/rc.cxx +++ b/tools/source/rc/rc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rc.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:47:56 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:16:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,17 +41,17 @@ #include <string.h> #ifndef _DATE_HXX -#include <date.hxx> +#include <tools/date.hxx> #endif #ifndef _TIME_HXX -#include <time.hxx> +#include <tools/time.hxx> #endif #ifndef _TOOLS_RC_HXX -#include <rc.hxx> +#include <tools/rc.hxx> #endif #ifndef _TOOLS_RCID_H -#include <rcid.h> +#include <tools/rcid.h> #endif // ======================================================================= |