diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:00:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:00:30 +0000 |
commit | 700170ba707a5ccc28ffe2bfa81ecd0e326cc2cb (patch) | |
tree | 62791b36a70a33d4de36717bfe2dc9b0fa81cf59 /framework/source | |
parent | 8e7583e0d703c24633d5d5bbe580f4965535b492 (diff) |
INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED
2006/09/01 17:29:11 kaib 1.3.202.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/helper/shareablemutex.cxx | 7 | ||||
-rw-r--r-- | framework/source/helper/statusindicator.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/framework/source/helper/shareablemutex.cxx b/framework/source/helper/shareablemutex.cxx index 4730d85cd4f4..fd21002ad827 100644 --- a/framework/source/helper/shareablemutex.cxx +++ b/framework/source/helper/shareablemutex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shareablemutex.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:26:31 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:00:16 $ * * 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_framework.hxx" + #ifndef __FRAMEWORK_HELPER_SHAREABLEMUTEX_HXX_ #include <helper/shareablemutex.hxx> #endif diff --git a/framework/source/helper/statusindicator.cxx b/framework/source/helper/statusindicator.cxx index 9f3c446a0728..73ff2f9e9c67 100644 --- a/framework/source/helper/statusindicator.cxx +++ b/framework/source/helper/statusindicator.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statusindicator.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:26:44 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:00:30 $ * * 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_framework.hxx" + //_______________________________________________ // include files of own module |