summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-12-15 01:13:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-12-15 01:13:45 +0000
commit18e2dd7df7fd0e35df4005150a56d9ad6345962b (patch)
tree5ede46b509d14c3e4b2fc3b17b56f039ebce7c02
parent778f763029d7f42c8511ec03f49e18474fed374f (diff)
#i10000# add pch declaration
-rw-r--r--extensions/source/propctrlr/inspectorhelpwindow.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/inspectorhelpwindow.cxx b/extensions/source/propctrlr/inspectorhelpwindow.cxx
index ba31e6fa93c8..6c6f84aebd4d 100644
--- a/extensions/source/propctrlr/inspectorhelpwindow.cxx
+++ b/extensions/source/propctrlr/inspectorhelpwindow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inspectorhelpwindow.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 12:00:06 $
+ * last change: $Author: vg $ $Date: 2006-12-15 02:13:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_extensions.hxx"
+
#ifndef INSPECTORHELPWINDOW_HXX
#include "inspectorhelpwindow.hxx"
#endif