diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:50:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:50:24 +0000 |
commit | 625ddd7d693169a5aacb396e9651bda249363a59 (patch) | |
tree | 2d36c36bb72fcb013d286aaec946c8adc02d7aa0 /sfx2/source/view/prnmon.cxx | |
parent | 9c6b29e523b84a131b3348f17ab5a6d187c90e75 (diff) |
INTEGRATION: CWS pchfix02 (1.19.86); FILE MERGED
2006/09/01 17:38:47 kaib 1.19.86.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sfx2/source/view/prnmon.cxx')
-rw-r--r-- | sfx2/source/view/prnmon.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/view/prnmon.cxx b/sfx2/source/view/prnmon.cxx index f274efeeffd1..423dec10ab1c 100644 --- a/sfx2/source/view/prnmon.cxx +++ b/sfx2/source/view/prnmon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prnmon.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:38:33 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:50:24 $ * * 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" + #ifndef _COM_SUN_STAR_VIEW_PRINTABLESTATE_HPP_ #include <com/sun/star/view/PrintableState.hpp> #endif @@ -68,7 +71,6 @@ #include <svtools/eitem.hxx> #ifndef GCC -#pragma hdrstop #endif #include "prnmon.hxx" |