diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 14:56:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 14:56:17 +0000 |
commit | 8a4ced5a4c5c9ad0829318d8b502b46ddcec3560 (patch) | |
tree | 1990eb1171b98ad4add2ce195278e7f9e3d605b9 /toolkit/source/controls | |
parent | 15183871cbd56756417671eafb60c44e84fab772 (diff) |
INTEGRATION: CWS frmcontrols04 (1.2.34); FILE MERGED
2004/06/16 04:35:08 fs 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED
2004/04/29 10:54:30 fs 1.2.34.1: #i24694# support for BorderColor
Diffstat (limited to 'toolkit/source/controls')
-rw-r--r-- | toolkit/source/controls/tkscrollbar.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/controls/tkscrollbar.cxx b/toolkit/source/controls/tkscrollbar.cxx index c8c66158987b..c3fbb132c022 100644 --- a/toolkit/source/controls/tkscrollbar.cxx +++ b/toolkit/source/controls/tkscrollbar.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tkscrollbar.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-05-10 12:49:19 $ + * last change: $Author: obo $ $Date: 2004-07-05 15:56:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,6 +92,7 @@ namespace toolkit ImplRegisterProperty( BASEPROPERTY_BACKGROUNDCOLOR ); ImplRegisterProperty( BASEPROPERTY_BLOCKINCREMENT ); ImplRegisterProperty( BASEPROPERTY_BORDER ); + ImplRegisterProperty( BASEPROPERTY_BORDERCOLOR ); ImplRegisterProperty( BASEPROPERTY_DEFAULTCONTROL ); ImplRegisterProperty( BASEPROPERTY_ENABLED ); ImplRegisterProperty( BASEPROPERTY_HELPTEXT ); |