diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:33:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:33:26 +0000 |
commit | 8cdc97af79a5b69cefe0239abb40d879b4d9d8ee (patch) | |
tree | 4e730bb1074b27194dd195c6368f8b2c30556572 /sw/source/ui/utlui | |
parent | bd9327e0907e262e35d5398ee85eaa606bf5a7e1 (diff) |
INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED
2006/09/01 17:53:32 kaib 1.10.476.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/utlui')
-rw-r--r-- | sw/source/ui/utlui/initui.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/utlui/initui.cxx b/sw/source/ui/utlui/initui.cxx index 4824efc3bf78..bd72b6b782e2 100644 --- a/sw/source/ui/utlui/initui.cxx +++ b/sw/source/ui/utlui/initui.cxx @@ -4,9 +4,9 @@ * * $RCSfile: initui.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 11:26:21 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:33:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,10 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" + -#pragma hdrstop #ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> |