diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:24:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:24:28 +0000 |
commit | 7fd057e3cda0f6f4ea4a471c29e75878c6eac681 (patch) | |
tree | ca2b32a17a9addc07aea5b19107b08cf8f963723 /framework/source/uielement | |
parent | f5f9dae8ca17b81f4ea00454b630bd0dbee767b1 (diff) |
INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED
2006/09/01 17:29:29 kaib 1.7.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source/uielement')
-rw-r--r-- | framework/source/uielement/statusbar.cxx | 7 | ||||
-rw-r--r-- | framework/source/uielement/statusbarmanager.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/framework/source/uielement/statusbar.cxx b/framework/source/uielement/statusbar.cxx index cf3f98b66b84..ba0b306ae776 100644 --- a/framework/source/uielement/statusbar.cxx +++ b/framework/source/uielement/statusbar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statusbar.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:40:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:24:14 $ * * 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_UIELEMENT_STATUSBAR_HXX_ #include <uielement/statusbar.hxx> #endif diff --git a/framework/source/uielement/statusbarmanager.cxx b/framework/source/uielement/statusbarmanager.cxx index d8623b1c1eb2..5acbbbe8d827 100644 --- a/framework/source/uielement/statusbarmanager.cxx +++ b/framework/source/uielement/statusbarmanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statusbarmanager.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:41:12 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:24:28 $ * * 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 <uielement/statusbarmanager.hxx> //_________________________________________________________________________________________________________________ |