summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:07:23 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:07:23 +0000
commit2500fd6bc0e71b8cea79551b8fa4f5f3cd1f0f40 (patch)
tree1b2bb31d20e8e059579aa324bb7390021b2e6690
parent5246e741b92e1b9e37008cceb4565505696db7b8 (diff)
INTEGRATION: CWS fwk80_SRC680 (1.39.12); FILE MERGED
2008/01/24 07:51:00 pb 1.39.12.2: RESYNC: (1.39-1.39.18.1); FILE MERGED 2008/01/14 09:49:46 pb 1.39.12.1: fix: #i83756# new property: URL
-rw-r--r--toolkit/source/helper/property.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolkit/source/helper/property.cxx b/toolkit/source/helper/property.cxx
index f2cefd99852a..73c3f324e48c 100644
--- a/toolkit/source/helper/property.cxx
+++ b/toolkit/source/helper/property.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: property.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: ihi $ $Date: 2008-01-14 12:58:28 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:07:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -316,7 +316,8 @@ ImplPropertyInfo* ImplGetPropertyInfos( sal_uInt16& rElementCount )
DECL_PROP_2 ( "ShowsRootHandles", TREE_SHOWSROOTHANDLES, sal_Bool, BOUND, MAYBEDEFAULT ),
DECL_PROP_3 ( "RowHeight", TREE_ROWHEIGHT, sal_Int32, BOUND, MAYBEDEFAULT, MAYBEVOID ),
DECL_PROP_2 ( "InvokesStopNodeEditing", TREE_INVOKESSTOPNODEEDITING, sal_Bool, BOUND, MAYBEDEFAULT ),
- DECL_PROP_2 ( "DialogSourceURL", DIALOGSOURCEURL, ::rtl::OUString, BOUND, MAYBEDEFAULT )
+ DECL_PROP_2 ( "DialogSourceURL", DIALOGSOURCEURL, ::rtl::OUString, BOUND, MAYBEDEFAULT ),
+ DECL_PROP_2 ( "URL", URL, ::rtl::OUString, BOUND, MAYBEDEFAULT )
};
pPropertyInfos = aImplPropertyInfos;
nElements = sizeof( aImplPropertyInfos ) / sizeof( ImplPropertyInfo );