diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:47:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:47:47 +0000 |
commit | 7064ee522331cecae239317d9bc57269112c9504 (patch) | |
tree | a8ddb191a20e7312d1e70f667d80c5117a909824 | |
parent | 2432d174703dbe8670c97f8d56420cacb3f93c09 (diff) |
INTEGRATION: CWS vgbugs07 (1.5.46); FILE MERGED
2007/06/04 13:31:42 vg 1.5.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/java/javaerror.src | 6 | ||||
-rw-r--r-- | svtools/source/java/patchjavaerror.src | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/java/javaerror.src b/svtools/source/java/javaerror.src index 0eae3f055360..f77778dd60a3 100644 --- a/svtools/source/java/javaerror.src +++ b/svtools/source/java/javaerror.src @@ -4,9 +4,9 @@ * * $RCSfile: javaerror.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 16:16:27 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:47:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,7 @@ * ************************************************************************/ -#include "svtools.hrc" +#include <svtools/svtools.hrc> WarningBox WARNINGBOX_JAVANOTFOUND { diff --git a/svtools/source/java/patchjavaerror.src b/svtools/source/java/patchjavaerror.src index c5a063a7d1b1..234387ad6ca3 100644 --- a/svtools/source/java/patchjavaerror.src +++ b/svtools/source/java/patchjavaerror.src @@ -4,9 +4,9 @@ * * $RCSfile: patchjavaerror.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 16:17:00 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:47:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,7 @@ * ************************************************************************/ -#include "svtools.hrc" +#include <svtools/svtools.hrc> WarningBox WARNINGBOX_JAVANOTFOUND { |