diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:07:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:07:05 +0000 |
commit | c8c04ef52af6304fb6f848063eea4ca766523d44 (patch) | |
tree | b5a6b9da1533b3e875ae3cfe1de1733e136e9ef4 | |
parent | 0e02747eef25c21098c29ea75e554a4640f14938 (diff) |
INTEGRATION: CWS pchfix02 (1.10.202); FILE MERGED
2006/09/01 17:29:17 kaib 1.10.202.1: #i68856# Added header markers and pch files
-rw-r--r-- | framework/source/register/registertemp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/register/registertemp.cxx b/framework/source/register/registertemp.cxx index 25bc9d4551ea..3379a5f8cff1 100644 --- a/framework/source/register/registertemp.cxx +++ b/framework/source/register/registertemp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: registertemp.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:39:55 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:07:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_framework.hxx" //_________________________________________________________________________________________________________________ // includes of my own project //_________________________________________________________________________________________________________________ |