summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fusel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/fusel.cxx')
-rw-r--r--sc/source/ui/drawfunc/fusel.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx
index 57f16e9b1570..b8b5e66457fb 100644
--- a/sc/source/ui/drawfunc/fusel.cxx
+++ b/sc/source/ui/drawfunc/fusel.cxx
@@ -278,9 +278,9 @@ bool FuSelection::MouseButtonDown(const MouseEvent& rMEvt)
// try to select the clicked object
if ( pView->MarkObj( aMDPos, -2, false, rMEvt.IsMod1() ) )
{
- //*********************************************************
+
//Objekt verschieben
- //********************************************************
+
if (pView->IsMarkedHit(aMDPos))
{
// Don't start drag timer if inplace editing of an OLE object
@@ -304,9 +304,9 @@ bool FuSelection::MouseButtonDown(const MouseEvent& rMEvt)
if (pViewShell->IsDrawSelMode())
{
- //*********************************************************
+
//Objekt selektieren
- //********************************************************
+
pView->BegMarkObj(aMDPos);
bReturn = true;
}
@@ -523,9 +523,9 @@ bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt)
{
sal_uInt16 nSdrObjKind = pObj->GetObjIdentifier();
- //
+
// OLE: aktivieren
- //
+
if (nSdrObjKind == OBJ_OLE2)
{
@@ -538,11 +538,11 @@ bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt)
}
}
- //
+
// Edit text
// not in UNO controls
// #i32352# not in media objects
- //
+
else if ( pObj->ISA(SdrTextObj) && !pObj->ISA(SdrUnoObj) && !pObj->ISA(SdrMediaObj) )
{
OutlinerParaObject* pOPO = pObj->GetOutlinerParaObject();