diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:45:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:45:56 +0000 |
commit | 1ade165873680e1cc4db01727a174d1aaa13ae68 (patch) | |
tree | ecb8b73d9bc0e9ee7391a8d529b6700cc29c7e86 /sw/source/ui/dbui | |
parent | c6ddaa15f17c2d16494ffc8ff3f7b06de3f4e054 (diff) |
INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED
2006/09/01 17:52:58 kaib 1.8.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/mmdocselectpage.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmdocselectpage.cxx b/sw/source/ui/dbui/mmdocselectpage.cxx index 7b5fd010ab83..64aebcf64b4b 100644 --- a/sw/source/ui/dbui/mmdocselectpage.cxx +++ b/sw/source/ui/dbui/mmdocselectpage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mmdocselectpage.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:31:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:45:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,11 +32,13 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" #ifdef SW_DLLIMPLEMENTATION #undef SW_DLLIMPLEMENTATION #endif -#pragma hdrstop #ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include <svtools/pathoptions.hxx> |