summaryrefslogtreecommitdiff
path: root/dtrans/source/generic
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 15:56:39 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 15:56:39 +0000
commit41dd4f4ac46d9b2271d0f4537f01ccb713274643 (patch)
tree6a96972373c8d8ac44fd64aa79714c5e9895b7b1 /dtrans/source/generic
parent45a819212a3bc4b358a31a57bbfbc57ebaead309 (diff)
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
2006/09/01 17:25:35 kaib 1.5.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans/source/generic')
-rw-r--r--dtrans/source/generic/dtrans.cxx7
-rw-r--r--dtrans/source/generic/generic_clipboard.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/dtrans/source/generic/dtrans.cxx b/dtrans/source/generic/dtrans.cxx
index 157cc7dd3915..8bc91a520dd0 100644
--- a/dtrans/source/generic/dtrans.cxx
+++ b/dtrans/source/generic/dtrans.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dtrans.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 06:00:14 $
+ * last change: $Author: obo $ $Date: 2006-09-17 16:56:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_dtrans.hxx"
+
#include <cppuhelper/factory.hxx>
#include <clipboardmanager.hxx>
diff --git a/dtrans/source/generic/generic_clipboard.cxx b/dtrans/source/generic/generic_clipboard.cxx
index 8778c58f3236..fe068ba7ac8f 100644
--- a/dtrans/source/generic/generic_clipboard.cxx
+++ b/dtrans/source/generic/generic_clipboard.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: generic_clipboard.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 06:00:27 $
+ * last change: $Author: obo $ $Date: 2006-09-17 16:56:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_dtrans.hxx"
+
#include <generic_clipboard.hxx>
#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_