summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 16:08:48 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 16:08:48 +0000
commitacf9230693d1605c413ef6ef7d6ec7b60efb833d (patch)
tree68c86030e9b45edf232c5f22049c59e4aa3a6270
parentbb8a42fb2fdb14577eb0158f9318a1d48ecd081e (diff)
INTEGRATION: CWS pchfix02 (1.6.100); FILE MERGED
2006/09/01 17:19:40 kaib 1.6.100.1: #i68856# Added header markers and pch files
-rw-r--r--comphelper/source/misc/accessibleselectionhelper.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/misc/accessibleselectionhelper.cxx b/comphelper/source/misc/accessibleselectionhelper.cxx
index 47676245c351..d54f9728bf13 100644
--- a/comphelper/source/misc/accessibleselectionhelper.cxx
+++ b/comphelper/source/misc/accessibleselectionhelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessibleselectionhelper.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:47:35 $
+ * last change: $Author: obo $ $Date: 2006-09-17 17:08:48 $
*
* 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_comphelper.hxx"
+
#ifndef COMPHELPER_ACCESSIBLE_SELECTION_HELPER_HXX
#include <comphelper/accessibleselectionhelper.hxx>
#endif