diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:36:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:36:18 +0000 |
commit | b95bbc7913464faa8bda89b0c2cc6e35ac00b07c (patch) | |
tree | d1c70de41a52dd866c73524d7674e5f99341e3ef /sw/source/ui/utlui/unotools.cxx | |
parent | 6412dd7aec4f1f6a4b78e461974a5efb22703126 (diff) |
INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED
2006/09/01 17:53:34 kaib 1.24.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/utlui/unotools.cxx')
-rw-r--r-- | sw/source/ui/utlui/unotools.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/utlui/unotools.cxx b/sw/source/ui/utlui/unotools.cxx index ad6f7c5d7b46..9fecee774c32 100644 --- a/sw/source/ui/utlui/unotools.cxx +++ b/sw/source/ui/utlui/unotools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unotools.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: hr $ $Date: 2006-08-14 18:04:13 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:36:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ -#pragma hdrstop + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" #include <swtypes.hxx> #include <globals.hrc> |