diff options
-rw-r--r-- | forms/source/richtext/rtattributehandler.cxx | 7 | ||||
-rw-r--r-- | forms/source/solar/component/navbarcontrol.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/forms/source/richtext/rtattributehandler.cxx b/forms/source/richtext/rtattributehandler.cxx index 2cdffaa047c7..08bb1ad0b52f 100644 --- a/forms/source/richtext/rtattributehandler.cxx +++ b/forms/source/richtext/rtattributehandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rtattributehandler.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:01:56 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:01:44 $ * * 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_COMPONENT_RTATTRIBUTEHANDLER_HXX #include "rtattributehandler.hxx" #endif diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx index 1eaedf9b3bbd..53eeb8ccc5a9 100644 --- a/forms/source/solar/component/navbarcontrol.cxx +++ b/forms/source/solar/component/navbarcontrol.cxx @@ -4,9 +4,9 @@ * * $RCSfile: navbarcontrol.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:02:33 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:02:11 $ * * 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_NAVBARCONTROL_HXX #include "navbarcontrol.hxx" #endif |