diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:27:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:27:08 +0000 |
commit | bac8b36e3c582d4f112f8d8bc0b73e138c733ed9 (patch) | |
tree | c7586e0d68f0a1681c4e1af6367e1bcd1bcf817c /basic | |
parent | 49b36254f26b2f9719cc9270f78d8a4f45c8df8a (diff) |
INTEGRATION: CWS vgbugs07 (1.5.84); FILE MERGED
2007/06/04 13:22:17 vg 1.5.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sample/collelem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sample/collelem.cxx b/basic/source/sample/collelem.cxx index bbff5b75de4d..68ec9b30bcae 100644 --- a/basic/source/sample/collelem.cxx +++ b/basic/source/sample/collelem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: collelem.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:07:16 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:27:08 $ * * 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 <vcl/msgbox.hxx> #endif #ifndef _SBXCLASS_HXX //autogen -#include <sbx.hxx> +#include <basic/sbx.hxx> #endif #include "collelem.hxx" |