diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:13:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:13:26 +0000 |
commit | fad7f1fc1a4eeb2bdf6e253b09d2aaf19bdb53cf (patch) | |
tree | e53106093872c81609cf29b5771ede9cfa3e607c /svx/source/unodraw | |
parent | 2e62e85509b24be6511f8cf9f302deb57a9bab5d (diff) |
INTEGRATION: CWS pchfix02 (1.19.116); FILE MERGED
2006/09/01 17:47:39 kaib 1.19.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unomtabl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/unodraw/unomtabl.cxx b/svx/source/unodraw/unomtabl.cxx index 5979058e8bb9..ddf65bd22dd9 100644 --- a/svx/source/unodraw/unomtabl.cxx +++ b/svx/source/unodraw/unomtabl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unomtabl.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:55:37 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:13:26 $ * * 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 <set> #ifndef _COMPHELPER_STLTYPES_HXX_ |