diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:53:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:53:12 +0000 |
commit | 2fa5e5425cf4e11c583485c50d18eee938d6fc10 (patch) | |
tree | c99a7620b92917191f87a4409e78ca685b6bd780 /forms | |
parent | a50d5b896758d50bb15c31e98f8efac35bc9adf1 (diff) |
INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED
2006/09/01 17:27:37 kaib 1.8.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/clickableimage.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx index 63d52b8e19ce..3a3b6d882e74 100644 --- a/forms/source/component/clickableimage.cxx +++ b/forms/source/component/clickableimage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: clickableimage.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:53:45 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:53:12 $ * * 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_forms.hxx" + #ifndef FORMS_SOURCE_CLICKABLEIMAGE_HXX #include "clickableimage.hxx" #endif |