diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:16:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:16:46 +0000 |
commit | 82120bfe58d2ec8435c527a9598d4c5d0e7e8ccb (patch) | |
tree | 662b71bbdcbc42f964d3f4142f1d0c1c3b163178 /framework/source/uiconfiguration | |
parent | 449a13601e4512c75bb9ae66bb0dbd3660dc1c0e (diff) |
INTEGRATION: CWS pchfix02 (1.15.52); FILE MERGED
2006/09/01 17:29:24 kaib 1.15.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source/uiconfiguration')
-rw-r--r-- | framework/source/uiconfiguration/uiconfigurationmanager.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx b/framework/source/uiconfiguration/uiconfigurationmanager.cxx index 2e5f317e8da8..f4d58965d476 100644 --- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: uiconfigurationmanager.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:35:13 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:16:46 $ * * 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" + #ifndef __FRAMEWORK_UICONFIGURATION_UICONFIGMANAGER_HXX_ #include <uiconfiguration/uiconfigurationmanager.hxx> #endif |