diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:52:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:52:38 +0000 |
commit | b9630637d55099d914f4e147b75793dd9bb6d1e5 (patch) | |
tree | 57c12353dd14dd7fcb5d04a65c9000efb83ae389 /basctl | |
parent | 33740058d3c5839941988fca66ea8c268fd4fcfa (diff) |
INTEGRATION: CWS visibility03 (1.14.74); FILE MERGED
2005/04/01 16:59:39 mhu 1.14.74.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/objdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx index e47da0ab876d..8360e66bb1be 100644 --- a/basctl/source/basicide/objdlg.cxx +++ b/basctl/source/basicide/objdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objdlg.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2004-10-04 19:40:41 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:52:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #pragma hdrstop #ifndef _SBXCLASS_HXX //autogen -#include <svtools/sbx.hxx> +#include <basic/sbx.hxx> #endif #ifndef _SV_CMDEVT_HXX #include <vcl/cmdevt.hxx> |