summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 00:47:18 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 00:47:18 +0000
commit877c29199a17f61be203d9e3a037495cae838423 (patch)
tree253b63b0b7b553f2c75b2843716b94c3c2f097da /shell
parent0794c1352ded4d2409654ddf723844b0c91b23f1 (diff)
INTEGRATION: CWS pchfix02 (1.5.32); FILE MERGED
2006/09/01 17:39:12 kaib 1.5.32.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/util/dbgmacros.cxx7
-rw-r--r--shell/source/win32/shlxthandler/util/registry.cxx7
-rw-r--r--shell/source/win32/shlxthandler/util/utilities.cxx7
3 files changed, 15 insertions, 6 deletions
diff --git a/shell/source/win32/shlxthandler/util/dbgmacros.cxx b/shell/source/win32/shlxthandler/util/dbgmacros.cxx
index 06f3437fd962..9a4322f175ff 100644
--- a/shell/source/win32/shlxthandler/util/dbgmacros.cxx
+++ b/shell/source/win32/shlxthandler/util/dbgmacros.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbgmacros.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 14:23:29 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:46:15 $
*
* 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_shell.hxx"
+
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
diff --git a/shell/source/win32/shlxthandler/util/registry.cxx b/shell/source/win32/shlxthandler/util/registry.cxx
index b5af30d9767f..c04c626cb6f2 100644
--- a/shell/source/win32/shlxthandler/util/registry.cxx
+++ b/shell/source/win32/shlxthandler/util/registry.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: registry.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 14:23:42 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:47: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_shell.hxx"
+
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx
index 49b0f7ab7e0d..efea45cf5772 100644
--- a/shell/source/win32/shlxthandler/util/utilities.cxx
+++ b/shell/source/win32/shlxthandler/util/utilities.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: utilities.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 14:23:55 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:47:18 $
*
* 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_shell.hxx"
+
#ifndef UTILITIES_HXX_INCLUDED
#include "internal/utilities.hxx"