diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:40:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:40:35 +0000 |
commit | 5142e49694d2abc807d43c6aca0ebb796f1069d5 (patch) | |
tree | 701f2ade0f069d6afc865e4e122e5fe1b663dcdf /sw/source | |
parent | 503eced641919686c8a07837b2e7fd909e87ea2d (diff) |
INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED
2006/09/01 17:52:54 kaib 1.25.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/config/modcfg.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/config/modcfg.cxx b/sw/source/ui/config/modcfg.cxx index 232af35a7a..58bf997c0b 100644 --- a/sw/source/ui/config/modcfg.cxx +++ b/sw/source/ui/config/modcfg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: modcfg.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:28:41 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:40:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,9 @@ * ************************************************************************/ -#pragma hdrstop +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" + #ifndef _HINTIDS_HXX #include <hintids.hxx> |