diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:16:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:16:33 +0000 |
commit | 484080092742dab495f7cc7a4d53be22124084c6 (patch) | |
tree | 0697dba8c373d2cc38266dbbcdcd808740c5815b /sfx2/source/appl/appuno.cxx | |
parent | 0513e11dceae4c4437c5e197393d6e761c490d30 (diff) |
INTEGRATION: CWS pchfix02 (1.117.88); FILE MERGED
2006/09/01 17:38:22 kaib 1.117.88.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sfx2/source/appl/appuno.cxx')
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index a8661f4cc3a5..5e34295694ca 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appuno.cxx,v $ * - * $Revision: 1.117 $ + * $Revision: 1.118 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:08:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:16:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sfx2.hxx" #if defined(_MSC_VER) && (_MSC_VER >= 1300) #pragma warning( disable : 4290 ) #endif @@ -190,7 +193,6 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::io; #ifndef GCC -#pragma hdrstop #endif #include "sfxtypes.hxx" |