diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-18 14:36:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-18 14:36:53 +0000 |
commit | b7f1b948a218667f0112cd289c6f728e36983297 (patch) | |
tree | c27b12a72275373cc417c2edb3227f47f5bcced4 /basctl/source/basicide/tbxctl.cxx | |
parent | f286995c3844e296fc425068f4a5c5f6f7f8b961 (diff) |
INTEGRATION: CWS fwkbugfix04 (1.9.6); FILE MERGED
2004/12/16 08:51:44 mba 1.9.6.1: remove obsolete sfx headers
Diffstat (limited to 'basctl/source/basicide/tbxctl.cxx')
-rw-r--r-- | basctl/source/basicide/tbxctl.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/tbxctl.cxx b/basctl/source/basicide/tbxctl.cxx index 6a1b76ce8e5c..39405c1d0eed 100644 --- a/basctl/source/basicide/tbxctl.cxx +++ b/basctl/source/basicide/tbxctl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tbxctl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2004-11-15 13:41:30 $ + * last change: $Author: kz $ $Date: 2005-01-18 15:36:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,6 +72,7 @@ #include <idetemp.hxx> #include <sfx2/imagemgr.hxx> #include <svtools/aeitem.hxx> +#include <vcl/toolbox.hxx> using namespace ::com::sun::star::uno; |