diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-08 09:34:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-08 09:34:20 +0000 |
commit | a66cb09952577a7a12c8cc368d4aad298bb536ff (patch) | |
tree | a9f04a68c84813cd78fc8747dc021bf091dab6da /svx | |
parent | ce7e28f8bd1da8a8900a01f78b849a0394bff0ff (diff) |
INTEGRATION: CWS dba20blocker (1.2.784); FILE MERGED
2005/06/24 07:25:40 fs 1.2.784.1: copying fix for #121276# into this CWS
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/fmtextcontrolshell.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/inc/fmtextcontrolshell.hxx b/svx/source/inc/fmtextcontrolshell.hxx index 0a7e1786bbbe..643c37979445 100644 --- a/svx/source/inc/fmtextcontrolshell.hxx +++ b/svx/source/inc/fmtextcontrolshell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtextcontrolshell.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-05-07 15:50:27 $ + * last change: $Author: obo $ $Date: 2005-07-08 10:34:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,6 +159,7 @@ namespace svx // is really focused #endif bool m_bActiveControlIsReadOnly; + bool m_bActiveControlIsRichText; // listening at all controls of the active controller for focus changes typedef ::comphelper::ImplementationReference< FmFocusListenerAdapter, ::com::sun::star::awt::XFocusListener > |