summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:58:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-03 11:04:44 -0600
commit84862db95a5e22b9ef89baa2a8a5deeffefbdef6 (patch)
tree2682cf093a4a5d513bdedaee8298525c9b57ef6f /sc/source/ui/view/cellsh1.cxx
parent7801c94bffdabe669601d23e86f2f2a41447902d (diff)
Remove visual noise from sc
Conflicts: sc/source/ui/inc/docfunc.hxx Change-Id: I9314437ed3dd60e84d28c08ac0a2d1ed7bd1daf8 Reviewed-on: https://gerrit.libreoffice.org/8301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r--sc/source/ui/view/cellsh1.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 780c08e69f0d..bf9cc0b28d82 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -131,9 +131,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
switch ( nSlot )
{
- //
+
// insert / delete cells / rows / columns
- //
+
case FID_INS_ROW:
pTabViewShell->InsertCells(INS_INSROWS);
@@ -309,9 +309,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
}
break;
- //
+
// delete contents from cells
- //
+
case SID_DELETE_CONTENTS:
pTabViewShell->DeleteContents( IDF_CONTENTS );
@@ -405,9 +405,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
}
break;
- //
+
// fill...
- //
+
case FID_FILL_TO_BOTTOM:
pTabViewShell->FillSimple( FILL_TO_BOTTOM );
@@ -640,7 +640,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
}
}
- //
+
OUString aStartStr;
// suggest default Startvalue only, when just 1 row or column
@@ -985,10 +985,10 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
}
break;
- //
+
// disposal (Outlines)
// SID_AUTO_OUTLINE, SID_OUTLINE_DELETEALL in Execute (in docsh.idl)
- //
+
case SID_OUTLINE_HIDE:
if ( GetViewData()->GetDocument()->GetDPAtCursor( GetViewData()->GetCurX(),
@@ -1195,9 +1195,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
}
break;
- //
+
// Clipboard
- //
+
case SID_COPY: // for graphs in DrawShell
@@ -1580,9 +1580,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
pTabViewShell->CellContentChanged(); // => PasteFromSystem() ???
break;
- //
+
// other
- //
+
case FID_INS_ROWBRK:
pTabViewShell->InsertPageBreak( false );
@@ -2415,9 +2415,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
}
break;
- //
- //
- //
+
+
+
default:
OSL_FAIL("incorrect slot in ExecuteEdit");