diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 12:22:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 12:22:39 +0000 |
commit | b338ac7f649b17b85c84bae055d735df3359e1cc (patch) | |
tree | ffc7683399c3f4df624933d2d8131a054bc61a0d /svx | |
parent | c028a36a554b4aca693446dac1a5eebfa6af8aa0 (diff) |
INTEGRATION: CWS aw017 (1.17.22); FILE MERGED
2004/07/29 14:20:51 aw 1.17.22.1: #i25616#
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/grafctrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index 6295052970ad..d217a9e6dd28 100644 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: grafctrl.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2004-07-12 16:00:59 $ + * last change: $Author: hr $ $Date: 2004-08-03 13:22:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1283,7 +1283,7 @@ void SvxGrafAttrHelper::GetGrafAttrState( SfxItemSet& rSet, SdrView& rView ) } if( bDisable ) - rSet.DisableItem( SID_ATTR_GRAF_CROP ); + rSet.DisableItem( nSlotId ); } break; |