summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 15:42:26 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 15:42:26 +0000
commitf0d6848848b1431a35e53159d81c8a9e459e585f (patch)
treec51b7f55a76fd6add583a7f702e1df8aa69415c0 /svx/source/toolbars
parentf4799d9951d596125109c5d2af5620d1373fba1a (diff)
INTEGRATION: CWS aw037 (1.17.2); FILE MERGED
2006/11/27 16:36:24 aw 1.17.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/fontworkbar.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx
index a047f2cf5a76..8d8600fb6f62 100644
--- a/svx/source/toolbars/fontworkbar.cxx
+++ b/svx/source/toolbars/fontworkbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontworkbar.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 13:53:14 $
+ * last change: $Author: kz $ $Date: 2006-12-12 16:42:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -538,7 +538,7 @@ void FontworkBar::execute( SdrView* pSdrView, SfxRequest& rReq, SfxBindings& rBi
pObj->SetMergedItem( aGeometryItem );
pObj->BroadcastObjectChange();
pSdrView->EndUndo();
- pSdrView->AdjustMarkHdl( sal_True );
+ pSdrView->AdjustMarkHdl(); //HMH sal_True );
rBindings.Invalidate( SID_FONTWORK_SHAPE_TYPE );
}
}