diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:35:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:35:50 +0000 |
commit | 940aa35207a1b30b7c5ebc2279ab2ef1caea1fe2 (patch) | |
tree | 2081fe8f84fbf762ea8d9280e6a5a96be7c01d92 /svx | |
parent | 3006e5db741fc2938dba7b2b9d6f9f52d0488007 (diff) |
INTEGRATION: CWS sfxcleanup (1.67.32); FILE MERGED
2006/04/28 13:07:44 mba 1.67.32.4: RESYNC: (1.67-1.68); FILE MERGED
2006/03/04 23:03:56 mba 1.67.32.3: #132394#: remove superfluous code
2006/03/04 23:02:21 mba 1.67.32.2: #132394#: remove superfluous code
2006/03/04 23:01:13 mba 1.67.32.1: #132394#: remove superfluous code
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 9f8ce864ca28..b0ba5c754295 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbcontrl.cxx,v $ * - * $Revision: 1.68 $ + * $Revision: 1.69 $ * - * last change: $Author: obo $ $Date: 2006-03-29 08:11:32 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:35:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -111,6 +111,9 @@ #include <vcl/mnemonic.hxx> #endif +#include <vcl/svapp.hxx> +#include <svtools/smplhint.hxx> + #pragma hdrstop #define _SVX_TBCONTRL_CXX |