diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:14:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:14:28 +0000 |
commit | e75e10a08d442babdf9cb05aae0b8ce0cecb93a4 (patch) | |
tree | 4fde02819d317cba026012d29ab8ac4ee614c100 /basic/source | |
parent | dfb7c8673df0ee3d60c03f16550c4660075232d9 (diff) |
INTEGRATION: CWS vgbugs07 (1.13.8); FILE MERGED
2007/06/04 13:22:14 vg 1.13.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/app/dialogs.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/dialogs.hxx b/basic/source/app/dialogs.hxx index b24129d94473..51013e4703d8 100644 --- a/basic/source/app/dialogs.hxx +++ b/basic/source/app/dialogs.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dialogs.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2007-05-11 09:05:36 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:14:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ class SbxVariable; #ifndef _BASIC_TTRESHLP_HXX -#include "ttstrhlp.hxx" +#include <basic/ttstrhlp.hxx> #endif class AboutDialog : public ModalDialog { |