summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdedtv.cxx')
-rw-r--r--svx/source/svdraw/svdedtv.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx
index c2d705c17ff0..b974e89cbaa1 100644
--- a/svx/source/svdraw/svdedtv.cxx
+++ b/svx/source/svdraw/svdedtv.cxx
@@ -283,7 +283,6 @@ void SdrEditView::DeleteLayer(const OUString& rName)
}
-
void SdrEditView::EndUndo()
{
// #i13033#
@@ -661,7 +660,6 @@ void SdrEditView::CheckPossibilities()
}
-
void SdrEditView::ForceMarkedObjToAnotherPage()
{
bool bFlg=false;
@@ -959,7 +957,6 @@ void SdrEditView::CopyMarkedObj()
}
-
bool SdrEditView::InsertObjectAtView(SdrObject* pObj, SdrPageView& rPV, SdrInsertFlags nOptions)
{
if (nOptions & SdrInsertFlags::SETDEFLAYER) {
@@ -1034,7 +1031,6 @@ void SdrEditView::ReplaceObjectAtView(SdrObject* pOldObj, SdrPageView& rPV, SdrO
}
-
bool SdrEditView::IsUndoEnabled() const
{
return mpModel->IsUndoEnabled();