diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:08:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:08:39 +0000 |
commit | 87b6be9656882bd53d38a3e5fe82677ef15516cb (patch) | |
tree | 8c8d93a906950e18b0b1b12cc0643a5165129f4d /sw | |
parent | eb9d494fd6505cb5670534e475998c4e620be7d1 (diff) |
INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED
2006/09/01 17:53:14 kaib 1.33.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/misc/outline.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx index 162518916a..e3d89edd54 100644 --- a/sw/source/ui/misc/outline.cxx +++ b/sw/source/ui/misc/outline.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outline.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:50:28 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:08:39 $ * * 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_sw.hxx" #ifdef SW_DLLIMPLEMENTATION #undef SW_DLLIMPLEMENTATION #endif |