diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:19:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:19:33 +0000 |
commit | b5ca8879de976fa851d23013247ec395f23f36e4 (patch) | |
tree | 46eed6725c6d1019b32bff0b6437f272724793c9 /framework | |
parent | 953ffb62555366c4804c3b8cdfe1d13c719560f3 (diff) |
INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED
2006/09/01 17:29:26 kaib 1.4.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/fontmenucontroller.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/uielement/fontmenucontroller.cxx b/framework/source/uielement/fontmenucontroller.cxx index cf1d37e8d3bb..3de7f51ec48f 100644 --- a/framework/source/uielement/fontmenucontroller.cxx +++ b/framework/source/uielement/fontmenucontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontmenucontroller.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:37:05 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:19:33 $ * * 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_FONTMENUCONTROLLER_HXX_ #include <uielement/fontmenucontroller.hxx> #endif |