diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:59:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:59:47 +0000 |
commit | fbabef28cd5f9babd1f21c6a819a3240f3236e77 (patch) | |
tree | 96b693f48eb299b8133acf9a1da6b0659cceb1d9 /framework/source/helper | |
parent | cbc565d4517e2fe4544752ba1a0763339e1ecf49 (diff) |
INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED
2006/09/01 17:29:10 kaib 1.5.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source/helper')
-rw-r--r-- | framework/source/helper/popupmenucontrollerbase.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/helper/popupmenucontrollerbase.cxx b/framework/source/helper/popupmenucontrollerbase.cxx index 21fc9b002c0b..412a6ab37758 100644 --- a/framework/source/helper/popupmenucontrollerbase.cxx +++ b/framework/source/helper/popupmenucontrollerbase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: popupmenucontrollerbase.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:19:40 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:59: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 __FRAMEWORK_HELPER_POPUPMENUCONTROLLERBASE_HXX_ #include <helper/popupmenucontrollerbase.hxx> #endif |