summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsha.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsha.cxx')
-rw-r--r--sc/source/ui/view/tabvwsha.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index a9d2767bf4a6..57abb07c31a5 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -466,7 +466,7 @@ void ScTabViewShell::GetState( SfxItemSet& rSet )
} // while ( nWitch )
}
-//------------------------------------------------------------------
+
void ScTabViewShell::ExecuteCellFormatDlg(SfxRequest& rReq, const OString &rName)
{
ScDocument* pDoc = GetViewData()->GetDocument();
@@ -553,7 +553,7 @@ void ScTabViewShell::ExecuteCellFormatDlg(SfxRequest& rReq, const OString &rName
}
}
-//------------------------------------------------------------------
+
bool ScTabViewShell::IsRefInputMode() const
{
@@ -600,7 +600,7 @@ bool ScTabViewShell::IsRefInputMode() const
return false;
}
-//------------------------------------------------------------------
+
void ScTabViewShell::ExecuteInputDirect()
{
@@ -614,7 +614,7 @@ void ScTabViewShell::ExecuteInputDirect()
}
}
-//------------------------------------------------------------------
+
void ScTabViewShell::UpdateInputHandler( bool bForce /* = sal_False */, bool bStopEditing /* = sal_True */ )
{
@@ -714,7 +714,7 @@ void ScTabViewShell::UpdateInputHandlerCellAdjust( SvxCellHorJustify eJust )
pHdl->UpdateCellAdjust( eJust );
}
-//------------------------------------------------------------------
+
void ScTabViewShell::ExecuteSave( SfxRequest& rReq )
{