diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 04:19:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 04:19:15 +0000 |
commit | 875be75a3bebfbdd402da065ad13ed453d778529 (patch) | |
tree | fd4f59d2a05f4ec5d870cdb3a16c394b11631774 /svx/source/items/customshapeitem.cxx | |
parent | 11b3f956cb4b3dae9458f58031e5a129b3b4e893 (diff) |
INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED
2006/09/01 17:46:59 kaib 1.5.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/items/customshapeitem.cxx')
-rw-r--r-- | svx/source/items/customshapeitem.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx index 701c6823f9f5..b7c80c24c853 100644 --- a/svx/source/items/customshapeitem.cxx +++ b/svx/source/items/customshapeitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: customshapeitem.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:10:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 05:19:00 $ * * 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" + #ifndef _SDASITM_HXX #include "sdasitm.hxx" #endif |