summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-12-23 10:09:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-12-23 10:09:00 +0000
commit54058e5805c9d24db47677b9b3c6f85e76eb51b1 (patch)
tree9de9568dfa4de92c257af2f89f8ae53de31f3ce3 /svx
parent54ed2b1320a3fd081359c4bb57cdbc6451f744d1 (diff)
INTEGRATION: CWS bm3 (1.24.8); FILE MERGED
2004/12/13 15:06:06 bm 1.24.8.1: #i38063# SDRATTR_GRAFCROP was not in itemset (regression from #i11190#)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/grafctrl.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx
index c4973f8172..21b9519bee 100644
--- a/svx/source/tbxctrls/grafctrl.cxx
+++ b/svx/source/tbxctrls/grafctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grafctrl.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2004-11-26 20:13:54 $
+ * last change: $Author: vg $ $Date: 2004-12-23 11:09:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#define ITEMID_SIZE 0
#define ITEMID_BRUSH 0
#define ITEMID_GRF_CROP SID_ATTR_GRAF_CROP
@@ -908,7 +907,7 @@ Window* SvxGrafModeToolBoxControl::CreateItemWindow( Window *pParent )
void SvxGrafAttrHelper::ExecuteGrafAttr( SfxRequest& rReq, SdrView& rView )
{
SfxItemPool& rPool = rView.GetModel()->GetItemPool();
- SfxItemSet aSet( rPool, SDRATTR_GRAF_FIRST, SDRATTR_GRAF_LAST-1 );
+ SfxItemSet aSet( rPool, SDRATTR_GRAF_FIRST, SDRATTR_GRAF_LAST );
String aUndoStr( rView.GetDescriptionOfMarkedObjects() );
const SfxItemSet* pArgs = rReq.GetArgs();