diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:11:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:11:43 +0000 |
commit | f4e7dfb4551ac91da93165d001c8de5a3e093d33 (patch) | |
tree | 7dcd2e94b2bf806949b1c335949ec99e9b4b6ef3 | |
parent | 14e9e59d91f52f04828765066db3829b4cd1c94e (diff) |
INTEGRATION: CWS vgbugs07 (1.10.112); FILE MERGED
2007/06/04 13:22:14 vg 1.10.112.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | basic/source/app/app.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/app.hxx b/basic/source/app/app.hxx index d6b3280910c4..c49554010034 100644 --- a/basic/source/app/app.hxx +++ b/basic/source/app/app.hxx @@ -4,9 +4,9 @@ * * $RCSfile: app.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:33:05 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:11:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,7 @@ #endif class BasicFrame; -#include "mybasic.hxx" +#include <basic/mybasic.hxx> class EditList; class AppWin; |