summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:23:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:23:41 +0000
commit6321ec6f8373d8c054e4090d137f60213e21a7fc (patch)
tree62c9dd9e6171d13f6a71c460e42fd460f80274a3 /sd/source/ui/accessibility
parent576ec0b00abfd4be5f25967dc274a36f3266435f (diff)
INTEGRATION: CWS aw024 (1.10.310); FILE MERGED
2006/09/21 22:54:05 aw 1.10.310.4: RESYNC: (1.12-1.13); FILE MERGED 2005/09/17 10:37:15 aw 1.10.310.3: RESYNC: (1.11-1.12); FILE MERGED 2005/05/13 14:22:09 aw 1.10.310.2: RESYNC: (1.10-1.11); FILE MERGED 2005/04/26 14:58:35 aw 1.10.310.1: #i39528#
Diffstat (limited to 'sd/source/ui/accessibility')
-rw-r--r--sd/source/ui/accessibility/AccessibleOutlineView.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/accessibility/AccessibleOutlineView.cxx b/sd/source/ui/accessibility/AccessibleOutlineView.cxx
index 1e174110e329..1df7c6b100ce 100644
--- a/sd/source/ui/accessibility/AccessibleOutlineView.cxx
+++ b/sd/source/ui/accessibility/AccessibleOutlineView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleOutlineView.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 18:24:45 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:23:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -111,6 +111,10 @@
#include "accessibility.hrc"
#include "sdresid.hxx"
+#ifndef _VOS_MUTEX_HXX_
+#include <vos/mutex.hxx>
+#endif
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;