summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/olinefun.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-09 05:25:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-09 05:25:34 +0200
commit67aa60007e80104969e2b634ff1a07fd96f55248 (patch)
tree9697c3c8b42037470d1a456af1d566da5b3e4c69 /sc/source/ui/docshell/olinefun.cxx
parent3770bbbdba912b8a83d79842828a4b30894b4c70 (diff)
remove dead code
Change-Id: I1323fc4e283e9112cceea3acc759a6e0fb4efcb4
Diffstat (limited to 'sc/source/ui/docshell/olinefun.cxx')
-rw-r--r--sc/source/ui/docshell/olinefun.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/docshell/olinefun.cxx b/sc/source/ui/docshell/olinefun.cxx
index 19db042dce48..455bc56759b2 100644
--- a/sc/source/ui/docshell/olinefun.cxx
+++ b/sc/source/ui/docshell/olinefun.cxx
@@ -689,8 +689,6 @@ sal_Bool ScOutlineDocFunc::ShowOutline( SCTAB nTab, sal_Bool bColumns, sal_uInt1
bColumns, nLevel, nEntry, sal_True ) );
}
-//! HideCursor();
-
pDoc->IncSizeRecalcLevel( nTab );
pDoc->InitializeNoteCaptions(nTab);
@@ -736,12 +734,8 @@ sal_Bool ScOutlineDocFunc::ShowOutline( SCTAB nTab, sal_Bool bColumns, sal_uInt1
if (bPaint)
lcl_PaintWidthHeight( rDocShell, nTab, bColumns, nStart, nEnd );
-//! ShowCursor();
rDocShell.SetDocumentModified();
-//! if (bPaint)
-//! UpdateScrollBars();
-
lcl_InvalidateOutliner( rDocShell.GetViewBindings() );
return sal_True; //! immer ???
@@ -782,8 +776,6 @@ sal_Bool ScOutlineDocFunc::HideOutline( SCTAB nTab, sal_Bool bColumns, sal_uInt1
bColumns, nLevel, nEntry, false ) );
}
-//! HideCursor();
-
pDoc->IncSizeRecalcLevel( nTab );
pDoc->InitializeNoteCaptions(nTab);
@@ -805,12 +797,8 @@ sal_Bool ScOutlineDocFunc::HideOutline( SCTAB nTab, sal_Bool bColumns, sal_uInt1
if (bPaint)
lcl_PaintWidthHeight( rDocShell, nTab, bColumns, nStart, nEnd );
-//! ShowCursor();
rDocShell.SetDocumentModified();
-//! if (bPaint)
-//! UpdateScrollBars();
-
lcl_InvalidateOutliner( rDocShell.GetViewBindings() );
return sal_True; //! immer ???