summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 17:27:22 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 17:27:22 +0000
commit52960079beb38d8bad63546b62b9183a517bcfb8 (patch)
tree018150e034535b9bcb7544e4d0cb38f84723f664 /sd/source/ui/accessibility
parenta1fdf148b3c1ea883018cbedaf90080229c11d6a (diff)
INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED
2006/09/01 17:36:51 kaib 1.3.282.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source/ui/accessibility')
-rw-r--r--sd/source/ui/accessibility/AccessibleScrollPanel.cxx7
-rw-r--r--sd/source/ui/accessibility/AccessibleTaskPane.cxx7
-rw-r--r--sd/source/ui/accessibility/AccessibleTreeNode.cxx7
3 files changed, 15 insertions, 6 deletions
diff --git a/sd/source/ui/accessibility/AccessibleScrollPanel.cxx b/sd/source/ui/accessibility/AccessibleScrollPanel.cxx
index 140ca31284f8..03dc7b961c22 100644
--- a/sd/source/ui/accessibility/AccessibleScrollPanel.cxx
+++ b/sd/source/ui/accessibility/AccessibleScrollPanel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleScrollPanel.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:28:23 $
+ * last change: $Author: obo $ $Date: 2006-09-16 18:26:05 $
*
* 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_sd.hxx"
+
#include "AccessibleScrollPanel.hxx"
#include "taskpane/ScrollPanel.hxx"
diff --git a/sd/source/ui/accessibility/AccessibleTaskPane.cxx b/sd/source/ui/accessibility/AccessibleTaskPane.cxx
index d9437f04288f..bc55d165a68b 100644
--- a/sd/source/ui/accessibility/AccessibleTaskPane.cxx
+++ b/sd/source/ui/accessibility/AccessibleTaskPane.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleTaskPane.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:29:22 $
+ * last change: $Author: obo $ $Date: 2006-09-16 18:27:08 $
*
* 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_sd.hxx"
+
#include "AccessibleTaskPane.hxx"
#include "AccessibleTreeNode.hxx"
diff --git a/sd/source/ui/accessibility/AccessibleTreeNode.cxx b/sd/source/ui/accessibility/AccessibleTreeNode.cxx
index f080a46fe5fe..7fd63e9b0145 100644
--- a/sd/source/ui/accessibility/AccessibleTreeNode.cxx
+++ b/sd/source/ui/accessibility/AccessibleTreeNode.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleTreeNode.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:29:35 $
+ * last change: $Author: obo $ $Date: 2006-09-16 18:27:22 $
*
* 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_sd.hxx"
+
#include "AccessibleTreeNode.hxx"
#include "taskpane/TaskPaneTreeNode.hxx"