diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:50:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:50:13 +0000 |
commit | 264f570138036359277c9e1b61795d6f094c4a67 (patch) | |
tree | 28a56011dac896acceca8340143528e2e534eedb | |
parent | 65362fada4df9ac40a777450e45ea4e3764b7355 (diff) |
INTEGRATION: CWS vgbugs07 (1.11.200); FILE MERGED
2007/06/04 13:31:43 vg 1.11.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/misc/helpagentwindow.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/misc/helpagentwindow.cxx b/svtools/source/misc/helpagentwindow.cxx index a114ee7e6962..3ba926261ed7 100644 --- a/svtools/source/misc/helpagentwindow.cxx +++ b/svtools/source/misc/helpagentwindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helpagentwindow.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:10:24 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:50:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,14 +50,14 @@ #include <vcl/bitmap.hxx> #endif #ifndef _SVTOOLS_SVTDATA_HXX -#include <svtdata.hxx> +#include <svtools/svtdata.hxx> #endif #ifndef _SVTOOLS_HRC -#include "svtools.hrc" +#include <svtools/svtools.hrc> #endif #ifndef _SVT_HELPID_HRC -#include "helpid.hrc" +#include <svtools/helpid.hrc> #endif #define WB_AGENT_STYLE 0 |