diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:12:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:12:51 +0000 |
commit | 8c5f5abc94f824c11e2d8a1f1d1483a3b6de5edf (patch) | |
tree | 9260e55b9fe06f554853fcd959a79113bde6d924 /basic/source/app/apperror.cxx | |
parent | 081b58baf1b0a81447e8461aa6f2665fa95490ef (diff) |
INTEGRATION: CWS vgbugs07 (1.7.84); FILE MERGED
2007/06/04 13:22:14 vg 1.7.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source/app/apperror.cxx')
-rw-r--r-- | basic/source/app/apperror.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/apperror.cxx b/basic/source/app/apperror.cxx index e7e786284697..3bc8f7d33422 100644 --- a/basic/source/app/apperror.cxx +++ b/basic/source/app/apperror.cxx @@ -4,9 +4,9 @@ * * $RCSfile: apperror.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 09:55:29 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:12:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ #include <svtools/ctrltool.hxx> #endif #ifndef _BASIC_TTRESHLP_HXX -#include "ttstrhlp.hxx" +#include <basic/ttstrhlp.hxx> #endif #include "basic.hrc" #include "apperror.hxx" |