summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-31 11:19:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-31 11:19:43 +0000
commit350d51ccb592390869735ee7afba180912feca8f (patch)
tree678bc7b3fc642fb8b75f8dab005bcc0b6815b491 /extensions
parentc955d8fc73d655a464f2ed906642378cefb5b909 (diff)
INTEGRATION: CWS dba203b (1.2.6); FILE MERGED
2006/03/22 15:54:53 fs 1.2.6.1: #i63283# properly handle the Font property, so it is really composeable
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx
index bf06eaffcb0d..1c7a20b2e8d9 100644
--- a/extensions/source/propctrlr/formcomponenthandler.hxx
+++ b/extensions/source/propctrlr/formcomponenthandler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formcomponenthandler.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2006-03-14 11:23:16 $
+ * last change: $Author: vg $ $Date: 2006-03-31 12:19:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -342,10 +342,12 @@ namespace pcr
of our component
@precond
our component actually has a Font property
+ @param _out_rNewValue
+ a value desribing the new font, as <code>Sequence&lt; NamedValue &gt;</code>
@return
<TRUE/> if and only if the user successfully changed the font of our component
*/
- bool impl_changeFont_nothrow( ::osl::ClearableMutexGuard& _rClearBeforeDialog ) const;
+ bool impl_executeFontDialog_nothrow( ::com::sun::star::uno::Any& _out_rNewValue, ::osl::ClearableMutexGuard& _rClearBeforeDialog ) const;
/** allows the user browsing for a database document
@precond