summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index 04751134d07b..0f5a9cffdab5 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -112,7 +112,6 @@ using namespace ::com::sun::star;
#define SC_PREVIEW_SIZE_X 10000
#define SC_PREVIEW_SIZE_Y 12400
-
void ScDocShell::Execute( SfxRequest& rReq )
{
// SID_SC_RANGE (Range),
@@ -542,7 +541,6 @@ void ScDocShell::Execute( SfxRequest& rReq )
}
break;
-
case SID_AUTO_STYLE:
OSL_FAIL("use ScAutoStyleHint instead of SID_AUTO_STYLE");
break;
@@ -1105,7 +1103,6 @@ void ScDocShell::Execute( SfxRequest& rReq )
}
}
-
void UpdateAcceptChangesDialog()
{
// update "accept changes" dialog
@@ -1182,7 +1179,6 @@ bool ScDocShell::ExecuteChangeProtectionDialog( Window* _pParent, bool bJustQuer
return bDone;
}
-
void ScDocShell::DoRecalc( bool bApi )
{
bool bDone = false;
@@ -1849,11 +1845,9 @@ void ScDocShell::GetSbxState( SfxItemSet &rSet )
// SID_TABLES_GET (Tables),
// SID_PIVOT_GET (DataPilotTables) - removed (old Basic)
-
// Wenn hier Slots von der View-Shell executed werden, muss auch der
// GetState weitergeleitet werden!
-
ScTabViewShell* pVisibleSh = GetBestViewShell(); // sichtbare View
if ( pVisibleSh )
pVisibleSh->GetState( rSet );
@@ -1998,7 +1992,6 @@ void SnapVer( const ScDocument& rDoc, SCTAB nTab, long& rVal, SCROW& rStartRow )
rStartRow = nRow;
}
-
}
void ScDocShell::SnapVisArea( Rectangle& rRect ) const