diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:09:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:09:49 +0000 |
commit | 550e58c7015774c733638b58375c42dc823dc693 (patch) | |
tree | e572f29aefcd569ba55351c6a2c3cd51dff7fee9 /framework/source | |
parent | 8085acdec2f38f48bdfd4d9fb3126a2f603b63ef (diff) |
INTEGRATION: CWS pchfix02 (1.94.46); FILE MERGED
2006/09/01 17:29:19 kaib 1.94.46.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/frame.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 51a2e3a48a7c..d8cfe26087c6 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -4,9 +4,9 @@ * * $RCSfile: frame.cxx,v $ * - * $Revision: 1.95 $ + * $Revision: 1.96 $ * - * last change: $Author: vg $ $Date: 2006-09-08 08:33:31 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:09:49 $ * * 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_framework.hxx" + //_________________________________________________________________________________________________________________ // my own includes //_________________________________________________________________________________________________________________ |