diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:15:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:15:47 +0000 |
commit | 4a1f6ccaa5ca7bf828a1c3c9229d05d6b641cbcd (patch) | |
tree | 9006faa22c4486898087cb3daf24469f30dc4538 /framework/source | |
parent | ac80ac8c712b6e524df354c7faf48204dc21aef4 (diff) |
INTEGRATION: CWS pchfix02 (1.13.52); FILE MERGED
2006/09/01 17:29:23 kaib 1.13.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/uiconfiguration/moduleimagemanager.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/uiconfiguration/moduleimagemanager.cxx b/framework/source/uiconfiguration/moduleimagemanager.cxx index 5d7cccc41e54..3ec5dcbaa2c6 100644 --- a/framework/source/uiconfiguration/moduleimagemanager.cxx +++ b/framework/source/uiconfiguration/moduleimagemanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: moduleimagemanager.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:31:13 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:15:47 $ * * 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 _RTL_LOGFILE_HXX_ #include <rtl/logfile.hxx> #endif |