diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:05:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:05:43 +0000 |
commit | 825e2fa1ef586f6c47ccfe68f7dad32ef9261a7f (patch) | |
tree | 9f23b4afa697f4ca663f4c02436325e8e7c07243 /basic/source | |
parent | 1efc59a446d9fd26df1e854d6cf1494569439e0d (diff) |
INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED
2006/09/01 17:17:04 kaib 1.5.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/props.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/runtime/props.cxx b/basic/source/runtime/props.cxx index cbfb031649b7..9b9b78cb3d7e 100644 --- a/basic/source/runtime/props.cxx +++ b/basic/source/runtime/props.cxx @@ -4,9 +4,9 @@ * * $RCSfile: props.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:46:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:05:43 $ * * 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_basic.hxx" + #include "runtime.hxx" #include "stdobj.hxx" #include "rtlproto.hxx" |