summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 08:36:19 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 08:36:19 +0000
commite4dcbb24fbabb0849dd6ee1f66147c521b155584 (patch)
tree56db0193cdc978a535d2e669c49f0c913173d121
parent2c205204de98ec3f89bd123bcb12d25fa213aca7 (diff)
INTEGRATION: CWS pchfix02 (1.24.222); FILE MERGED
2006/09/01 17:25:07 kaib 1.24.222.1: #i68856# Added header markers and pch files
-rw-r--r--desktop/source/app/dispatchwatcher.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx
index 071182f6c977..f9b884ce5d7c 100644
--- a/desktop/source/app/dispatchwatcher.cxx
+++ b/desktop/source/app/dispatchwatcher.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dispatchwatcher.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:08:15 $
+ * last change: $Author: obo $ $Date: 2006-09-17 09:36:19 $
*
* 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_desktop.hxx"
+
#include "dispatchwatcher.hxx"
#ifndef _RTL_USTRING_HXX_