Kaydet (Commit) bce224c0 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS draw9 (1.9.142); FILE MERGED

2003/04/02 11:21:50 af 1.9.142.1: #108399# bLeft intialized to comply with keyboard accessibility.
üst 75ce1389
......@@ -2,9 +2,9 @@
*
* $RCSfile: colrctrl.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: cl $ $Date: 2002-12-02 16:38:47 $
* last change: $Author: rt $ $Date: 2003-04-24 14:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -151,7 +151,8 @@ sal_Bool SvxColorValueSetData::WriteObject( SotStorageStreamRef& rxOStm, void* p
SvxColorValueSet::SvxColorValueSet( Window* pParent, WinBits nWinStyle ) :
ValueSet( pParent, nWinStyle ),
DragSourceHelper( this )
DragSourceHelper( this ),
bLeft (TRUE)
{
}
......@@ -163,7 +164,8 @@ SvxColorValueSet::SvxColorValueSet( Window* pParent, WinBits nWinStyle ) :
SvxColorValueSet::SvxColorValueSet( Window* pParent, const ResId& rResId ) :
ValueSet( pParent, rResId ),
DragSourceHelper( this )
DragSourceHelper( this ),
bLeft (TRUE)
{
}
......@@ -504,7 +506,7 @@ IMPL_LINK( SvxColorDockingWindow, SelectHdl, void *, EMPTYARG )
Color aColor( aColorSet.GetItemColor( nPos ) );
String aStr( aColorSet.GetItemText( nPos ) );
if ( aColorSet.IsLeftButton() )
if (aColorSet.IsLeftButton())
{
if ( nLeftSlot == SID_ATTR_FILL_COLOR )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment