summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageButton.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-12-02 11:58:13 +0000
committerOcke Janssen <oj@openoffice.org>2002-12-02 11:58:13 +0000
commitca797206479c13b6b119ef58c4a962608d96dc7f (patch)
treef4d1323210dc33b2677377fd4c1d699e63e40012 /forms/source/component/ImageButton.cxx
parenta9ced50e3381dd4a6f8e5ab3d808ff0b82674213 (diff)
#105638# new property DispathUrlInternal to allow sound played inside
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r--forms/source/component/ImageButton.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index 984efa3cf74f..0a1f2491ab9b 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageButton.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2002-12-02 09:56:33 $
+ * last change: $Author: oj $ $Date: 2002-12-02 12:57:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,9 +149,10 @@ void OImageButtonModel::fillProperties(
Sequence< Property >& _rProps,
Sequence< Property >& _rAggregateProps ) const
{
- FRM_BEGIN_PROP_HELPER(7)
+ FRM_BEGIN_PROP_HELPER(8)
DECL_PROP2(CLASSID, sal_Int16, READONLY, TRANSIENT);
- DECL_PROP1(BUTTONTYPE, FormButtonType, BOUND);
+ DECL_PROP1(BUTTONTYPE, FormButtonType, BOUND);
+ DECL_PROP1(DISPATCHURLINTERNAL, sal_Bool, BOUND);
DECL_PROP1(TARGET_URL, ::rtl::OUString, BOUND);
DECL_PROP1(TARGET_FRAME, ::rtl::OUString, BOUND);
DECL_PROP1(NAME, ::rtl::OUString, BOUND);