diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:14:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:14:26 +0000 |
commit | be66aecbfa7e5342d56f302bb2d066ee856bc75f (patch) | |
tree | 1152fb8cf9578f3879664e160b955bc89267b7fc /basic/source/inc/symtbl.hxx | |
parent | 6583ccef640ae01b67974c2210752e92f6991ee0 (diff) |
INTEGRATION: CWS visibility03 (1.6.8); FILE MERGED
2005/03/24 18:01:20 mhu 1.6.8.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic/source/inc/symtbl.hxx')
-rw-r--r-- | basic/source/inc/symtbl.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/inc/symtbl.hxx b/basic/source/inc/symtbl.hxx index 139a74f8f4c9..faa9a0781c3a 100644 --- a/basic/source/inc/symtbl.hxx +++ b/basic/source/inc/symtbl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: symtbl.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-01-28 16:08:14 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:14:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,10 +69,10 @@ #include <tools/string.hxx> #endif #ifndef _SBXDEF_HXX //autogen -#include <svtools/sbxdef.hxx> +#include <sbxdef.hxx> #endif #ifndef _SB_SBDEF_HXX -#include <sbxdef.hxx> +#include <sbdef.hxx> #endif class SbiSymDef; // Basisklasse |