diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:11:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:11:18 +0000 |
commit | 49fced1f24e68e68992c298e8212968529dc8d2c (patch) | |
tree | 9c3a3ed1408cfc92549d520acae31f91cc74404d /framework/source | |
parent | aeab4b88209a7fffa50b0186515f81cf58bd313e (diff) |
INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED
2006/09/01 17:29:20 kaib 1.7.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/pathsettings.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 00554906ebd2..57018ee009dd 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pathsettings.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2006-07-21 10:35:18 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:11:18 $ * * 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" // ______________________________________________ // my own includes |