diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:28:00 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:28:00 +0000 |
commit | 92fc9edf1ef03d03bd2126482bc8828cd49033ff (patch) | |
tree | ec7c0fc7d1e81bd1fcaee076c4e79724f44b1fe0 /basctl/source/accessibility | |
parent | 740ec00c6ea60475a61abbb9c8f27ccdbe5f56a5 (diff) |
INTEGRATION: CWS aw024 (1.5.4); FILE MERGED
2006/09/22 03:46:28 aw 1.5.4.3: RESYNC: (1.6-1.7); FILE MERGED
2005/09/19 10:55:04 aw 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED
2005/05/19 12:00:20 aw 1.5.4.1: #i39529#
Diffstat (limited to 'basctl/source/accessibility')
-rw-r--r-- | basctl/source/accessibility/accessibledialogcontrolshape.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basctl/source/accessibility/accessibledialogcontrolshape.cxx b/basctl/source/accessibility/accessibledialogcontrolshape.cxx index 6a588b37d86c..99dd8ba756ed 100644 --- a/basctl/source/accessibility/accessibledialogcontrolshape.cxx +++ b/basctl/source/accessibility/accessibledialogcontrolshape.cxx @@ -4,9 +4,9 @@ * * $RCSfile: accessibledialogcontrolshape.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:23:39 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:28:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,6 +82,9 @@ #include <toolkit/helper/vclunohelper.hxx> #endif +#ifndef _SV_SVAPP_HXX +#include <vcl/svapp.hxx> +#endif using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |