diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 03:08:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 03:08:07 +0000 |
commit | 26a346e8f50e6dfdef5df3c91c2392e664c3488c (patch) | |
tree | bd35d5daca27965be3e77ea4f044b19e904062e6 /svx/source/customshapes | |
parent | 0226225172aeeb66096f90c9a5772b36118ff166 (diff) |
INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED
2006/09/01 17:46:02 kaib 1.7.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/tbxcustomshapes.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/customshapes/tbxcustomshapes.cxx b/svx/source/customshapes/tbxcustomshapes.cxx index f20748cbd76a..e5a53c590bae 100644 --- a/svx/source/customshapes/tbxcustomshapes.cxx +++ b/svx/source/customshapes/tbxcustomshapes.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbxcustomshapes.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:57:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 04:08:07 $ * * 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 <string> // HACK: prevent conflict between STLPORT and Workshop headers #ifndef _SVX_SVXIDS_HRC |