diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:23:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:23:44 +0000 |
commit | 26e227462a7a127def3bfe46fe374d481e17b986 (patch) | |
tree | a328dc783afc8b8f9cdefce9dcaea36f404bb6af /svx | |
parent | 29089d7d8c7e9a0433ecefa0d4f83bb247245ef1 (diff) |
INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED
2006/09/01 17:47:46 kaib 1.6.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xoutdev/xexch.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xexch.cxx b/svx/source/xoutdev/xexch.cxx index 2fd206b2ec0e..4e911c6a4ff3 100644 --- a/svx/source/xoutdev/xexch.cxx +++ b/svx/source/xoutdev/xexch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xexch.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:06:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:23:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svx.hxx" + // include --------------------------------------------------------------- #include <sot/formats.hxx> |