summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsClipboard.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:35:46 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:35:46 +0000
commit213eca5bbdf1df4e53025520abd6d31c75f636d8 (patch)
treedec882fee8040a6685e5302cc15d0d436fe3bf30 /sd/source/ui/slidesorter/controller/SlsClipboard.cxx
parentc57bf37fcc1afdeeb322b78ff4f1ed9f2c43725a (diff)
INTEGRATION: CWS aw024 (1.10.4); FILE MERGED
2006/11/10 05:10:39 aw 1.10.4.10: RESYNC: (1.20-1.21); FILE MERGED 2006/09/21 23:24:16 aw 1.10.4.9: RESYNC: (1.19-1.20); FILE MERGED 2006/05/17 10:01:34 aw 1.10.4.8: changes after resync 2006/05/12 20:38:18 aw 1.10.4.7: RESYNC: (1.18-1.19); FILE MERGED 2006/01/26 20:12:28 aw 1.10.4.6: RESYNC: (1.16-1.18); FILE MERGED 2005/11/18 14:40:16 aw 1.10.4.5: RESYNC: (1.14-1.16); FILE MERGED 2005/09/17 13:14:36 aw 1.10.4.4: RESYNC: (1.13-1.14); FILE MERGED 2005/07/22 09:31:29 aw 1.10.4.3: RESYNC: (1.12-1.13); FILE MERGED 2005/05/13 14:32:14 aw 1.10.4.2: RESYNC: (1.10-1.12); FILE MERGED 2005/04/26 14:58:39 aw 1.10.4.1: #i39528#
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsClipboard.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsClipboard.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx
index 4d0ce733bd11..90397f7279c3 100644
--- a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SlsClipboard.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2006-10-24 13:37:09 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:35:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -83,6 +83,14 @@
#include <tools/urlobj.hxx>
#include <rtl/ustring.hxx>
+#ifndef _VOS_MUTEX_HXX_
+#include <vos/mutex.hxx>
+#endif
+
+#ifndef _SV_SVAPP_HXX
+#include <vcl/svapp.hxx>
+#endif
+
namespace sd { namespace slidesorter { namespace controller {