summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews4.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 16:27:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 16:27:16 +0000
commit12494257751bdfef43bbaf8631f64227b52a8527 (patch)
tree9be737a704afd9184c3b1fd39f5ea69d06d3054b /sd/source/ui/view/drviews4.cxx
parentINTEGRATION: CWS impressfunctions (1.34.12); FILE MERGED (diff)
downloadcore-12494257751bdfef43bbaf8631f64227b52a8527.tar.gz
core-12494257751bdfef43bbaf8631f64227b52a8527.zip
INTEGRATION: CWS impressfunctions (1.28.38); FILE MERGED
2005/10/28 10:58:26 cl 1.28.38.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/view/drviews4.cxx')
-rw-r--r--sd/source/ui/view/drviews4.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index 70505591bee0..8ad64c14e19d 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviews4.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 07:09:02 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:27:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -654,7 +654,7 @@ void DrawViewShell::Command(const CommandEvent& rCEvt, ::sd::Window* pWin)
{
SdrObject* pObj = pDrView->GetMarkedObjectList().GetMark(0)->GetObj();
- if ( pFuActual && pFuActual->GetSlotID() == SID_BEZIER_EDIT && pObj->ISA(SdrPathObj) )
+ if( HasCurrentFunction(SID_BEZIER_EDIT) && pObj->ISA(SdrPathObj) )
{
nSdResId = RID_BEZIER_POPUP;
}