diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:34:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:34:13 +0000 |
commit | a5923f12be6ab83c25f209d1600e75c50817c506 (patch) | |
tree | bfd7090749024f0feb8b3030170b2d86ecdbce5b /sfx2/source/dialog/newstyle.cxx | |
parent | 88c3fff38bc2dded49e0df0c60baa79b4ef88431 (diff) |
INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED
2006/09/01 17:38:35 kaib 1.5.88.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sfx2/source/dialog/newstyle.cxx')
-rw-r--r-- | sfx2/source/dialog/newstyle.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/dialog/newstyle.cxx b/sfx2/source/dialog/newstyle.cxx index bbf40e175615..9e6392655f8e 100644 --- a/sfx2/source/dialog/newstyle.cxx +++ b/sfx2/source/dialog/newstyle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: newstyle.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:23:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:34:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,15 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sfx2.hxx" + // INCLUDE --------------------------------------------------------------- #ifndef _SFXSTYLE_HXX //autogen #include <svtools/style.hxx> #endif #ifndef GCC -#pragma hdrstop #endif #include "newstyle.hxx" |