diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:19:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:19:51 +0000 |
commit | d5331cc557017b8a10e007af04160d8984bd9ba5 (patch) | |
tree | c6156feab52180b8ee53f7f5768f4de39e8978bf /framework | |
parent | b5ca8879de976fa851d23013247ec395f23f36e4 (diff) |
INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED
2006/09/01 17:29:26 kaib 1.6.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/fontsizemenucontroller.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/uielement/fontsizemenucontroller.cxx b/framework/source/uielement/fontsizemenucontroller.cxx index bafb4fd9ff52..886d295c4018 100644 --- a/framework/source/uielement/fontsizemenucontroller.cxx +++ b/framework/source/uielement/fontsizemenucontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontsizemenucontroller.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:37:18 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:19:51 $ * * 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_FONTSIZEMENUCONTROLLER_HXX_ #include <uielement/fontsizemenucontroller.hxx> #endif |