diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:26:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:26:06 +0000 |
commit | 5b76b0e11fa9341ababa1b7aabb5f9a407e797a8 (patch) | |
tree | a9914589b98ce31d7339b7df90902384b4148cae /framework | |
parent | cdb668af838a35203127e5052c8e7fbd205ff48c (diff) |
INTEGRATION: CWS pchfix02 (1.16.52); FILE MERGED
2006/09/01 17:29:30 kaib 1.16.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/toolbarsmenucontroller.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/uielement/toolbarsmenucontroller.cxx b/framework/source/uielement/toolbarsmenucontroller.cxx index 86f037287955..c058c5a532ce 100644 --- a/framework/source/uielement/toolbarsmenucontroller.cxx +++ b/framework/source/uielement/toolbarsmenucontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolbarsmenucontroller.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:42:18 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:26:06 $ * * 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_UIELEMENT_TOOLBARSMENUCONTROLLER_HXX_ #include <uielement/toolbarsmenucontroller.hxx> #endif |