diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-21 15:16:06 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-21 15:16:06 +0000 |
commit | cd5daea36ebbb67916bd284bed7a9dded6b84d3a (patch) | |
tree | 06b3c4fc76abedd4f4d357b13225209521923a79 /toolkit | |
parent | 1b7067d95591abd24c11bd47e9fa7598f7f2b4b6 (diff) |
#i10000# added precompiled header include
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/listenermultiplexer.cxx | 6 | ||||
-rw-r--r-- | toolkit/source/helper/throbberimpl.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/toolkit/source/helper/listenermultiplexer.cxx b/toolkit/source/helper/listenermultiplexer.cxx index f6758a1c0e42..fef0303b3b2a 100644 --- a/toolkit/source/helper/listenermultiplexer.cxx +++ b/toolkit/source/helper/listenermultiplexer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: listenermultiplexer.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 13:53:48 $ + * last change: $Author: ihi $ $Date: 2006-12-21 16:16:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove //#include "precompiled_toolkit.hxx" - +#include "precompiled_toolkit.hxx" #include <toolkit/helper/listenermultiplexer.hxx> #ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ diff --git a/toolkit/source/helper/throbberimpl.cxx b/toolkit/source/helper/throbberimpl.cxx index 60e00f552c05..420533229b2f 100644 --- a/toolkit/source/helper/throbberimpl.cxx +++ b/toolkit/source/helper/throbberimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: throbberimpl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 13:54:41 $ + * last change: $Author: ihi $ $Date: 2006-12-21 16:15:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,7 @@ * MA 02111-1307 USA * ************************************************************************/ - +#include "precompiled_toolkit.hxx" #ifndef _TOOLKIT_HELPER_THROBBERIMPL_HXX_ #include <toolkit/helper/throbberimpl.hxx> #endif |