summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 14:56:32 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 14:56:32 +0000
commit30dcb7718940d7ef6cef054149832daede07001f (patch)
treebd40456e50c36576948c946d79f1ff0c6361720d
parent8a4ced5a4c5c9ad0829318d8b502b46ddcec3560 (diff)
INTEGRATION: CWS frmcontrols04 (1.2.34); FILE MERGED
2004/04/29 10:54:30 fs 1.2.34.1: #i24694# support for BorderColor
-rw-r--r--toolkit/source/controls/tkspinbutton.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/controls/tkspinbutton.cxx b/toolkit/source/controls/tkspinbutton.cxx
index f68e4adbbfc0..72c0bab04534 100644
--- a/toolkit/source/controls/tkspinbutton.cxx
+++ b/toolkit/source/controls/tkspinbutton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tkspinbutton.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2003-12-11 11:58:58 $
+ * last change: $Author: obo $ $Date: 2004-07-05 15:56:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,6 +98,7 @@ namespace toolkit
{
ImplRegisterProperty( BASEPROPERTY_BACKGROUNDCOLOR );
ImplRegisterProperty( BASEPROPERTY_BORDER );
+ ImplRegisterProperty( BASEPROPERTY_BORDERCOLOR );
ImplRegisterProperty( BASEPROPERTY_DEFAULTCONTROL );
ImplRegisterProperty( BASEPROPERTY_ENABLED );
ImplRegisterProperty( BASEPROPERTY_HELPTEXT );