summaryrefslogtreecommitdiff
path: root/sw/source/ui/ribbar/conarc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/ribbar/conarc.cxx')
-rw-r--r--sw/source/ui/ribbar/conarc.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/ribbar/conarc.cxx b/sw/source/ui/ribbar/conarc.cxx
index 60f733f328c7..3996b7c9bc00 100644
--- a/sw/source/ui/ribbar/conarc.cxx
+++ b/sw/source/ui/ribbar/conarc.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106,11 +107,6 @@ sal_Bool ConstArc::MouseButtonUp( const MouseEvent& rMEvt )
m_pSh->EndCreate(SDRCREATE_NEXTPOINT);
}
}
-/* else if ( pView->IsCreateObj() && rMEvt.IsRight() )
- {
- pView->EndCreateObj( SDRCREATE_FORCEEND );
- bReturn = sal_True;
- }*/
return (bReturn);
}
@@ -159,3 +155,4 @@ void ConstArc::Deactivate()
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */