diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:23:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:23:47 +0000 |
commit | 119d6af8c2900d97200776653528d0b2b2740323 (patch) | |
tree | 6b2407cd1df3c12b0eeb11b35c9da2dbe6b3beb9 /sd/source/helper | |
parent | 6643f72c5717cd7e40c8a71676149b84d6214034 (diff) |
INTEGRATION: CWS pchfix02 (1.2.216); FILE MERGED
2006/09/01 17:36:49 kaib 1.2.216.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source/helper')
-rw-r--r-- | sd/source/helper/simplereferencecomponent.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx index dec36cfbf9a5..b3e8bec12183 100644 --- a/sd/source/helper/simplereferencecomponent.cxx +++ b/sd/source/helper/simplereferencecomponent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: simplereferencecomponent.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-12-14 16:52:50 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:23:47 $ * * 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_sd.hxx" + #ifndef _SALHELPER_SIMPLEREFERENCECOMPONENT_HXX_ #include "helper/simplereferencecomponent.hxx" #endif |