diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:41:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:41:57 +0000 |
commit | 79abc3f76326ebac138e2ada06fa66af75ea2494 (patch) | |
tree | 5b17fda74f540495d5f3b81b359ca01e70f0930f | |
parent | d156270a4845ae24c3012748a57d47b46f8bf1a1 (diff) |
INTEGRATION: CWS pchfix02 (1.6.88); FILE MERGED
2006/09/01 17:38:40 kaib 1.6.88.1: #i68856# Added header markers and pch files
-rw-r--r-- | sfx2/source/doc/graphhelp.cxx | 7 | ||||
-rw-r--r-- | sfx2/source/doc/iframe.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx index c7d0818ee003..5c6e22eb9da3 100644 --- a/sfx2/source/doc/graphhelp.cxx +++ b/sfx2/source/doc/graphhelp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: graphhelp.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:28:10 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:41: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_sfx2.hxx" + #ifdef WNT #define UINT64 USE_WIN_UINT64 diff --git a/sfx2/source/doc/iframe.cxx b/sfx2/source/doc/iframe.cxx index 70b407b94563..f5a5ab833ebe 100644 --- a/sfx2/source/doc/iframe.cxx +++ b/sfx2/source/doc/iframe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iframe.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 11:16:29 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:41:57 $ * * 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_sfx2.hxx" + #include "iframe.hxx" #include "sfxdlg.hxx" #include "sfxsids.hrc" |