summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:24:05 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:24:05 +0000
commite57d3781b939350538dfca1769ba6d9bc6201909 (patch)
treeceafff7edc4d1aaeb0988358c097fb2811fc8b30 /sd/source/ui/accessibility
parent21f39e4703c9f01de37b9d5487fef2cbac1e6935 (diff)
INTEGRATION: CWS aw024 (1.2.12); FILE MERGED
2006/09/21 22:55:14 aw 1.2.12.6: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 20:23:18 aw 1.2.12.5: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 19:44:40 aw 1.2.12.4: RESYNC: (1.6-1.7); FILE MERGED 2005/11/18 14:20:04 aw 1.2.12.3: RESYNC: (1.3-1.6); FILE MERGED 2005/09/17 10:38:40 aw 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/26 11:53:34 aw 1.2.12.1: #114176#
Diffstat (limited to 'sd/source/ui/accessibility')
-rw-r--r--sd/source/ui/accessibility/AccessibleSlideSorterView.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
index 0b23f1d2232a..051965240b01 100644
--- a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
+++ b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleSlideSorterView.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 18:26:40 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:24:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,6 +69,10 @@
#include <unotools/accessiblestatesethelper.hxx>
#include <rtl/ref.hxx>
+#ifndef _SV_SVAPP_HXX
+#include <vcl/svapp.hxx>
+#endif
+
using ::rtl::OUString;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;