From 18e2dd7df7fd0e35df4005150a56d9ad6345962b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 15 Dec 2006 01:13:45 +0000 Subject: #i10000# add pch declaration --- extensions/source/propctrlr/inspectorhelpwindow.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'extensions/source/propctrlr/inspectorhelpwindow.cxx') 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 -- cgit