summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/viewfunc.cxx')
-rw-r--r--sc/source/ui/view/viewfunc.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index 6a017ef5773c..3eddb54742a7 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -77,8 +77,6 @@
#include "tokenarray.hxx"
#include <rowheightcontext.hxx>
-
-
static void lcl_PostRepaintCondFormat( const ScConditionalFormat *pCondFmt, ScDocShell *pDocSh )
{
if( pCondFmt )
@@ -90,8 +88,6 @@ static void lcl_PostRepaintCondFormat( const ScConditionalFormat *pCondFmt, ScDo
}
-
-
ScViewFunc::ScViewFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ) :
ScTabView( pParent, rDocSh, pViewShell ),
bFormatValid( false )
@@ -102,8 +98,6 @@ ScViewFunc::~ScViewFunc()
{
}
-
-
void ScViewFunc::StartFormatArea()
{
// anything to do?
@@ -222,8 +216,6 @@ void ScViewFunc::DoAutoAttributes( SCCOL nCol, SCROW nRow, SCTAB nTab,
aFormatSource.Set( nCol, nRow, nTab ); // then set a new source
}
-
-
// additional routines
sal_uInt16 ScViewFunc::GetOptimalColWidth( SCCOL nCol, SCTAB nTab, bool bFormula )
@@ -2906,6 +2898,4 @@ void ScViewFunc::UpdateSelectionArea( const ScMarkData& rSel, ScPatternAttr* pAt
pTabViewShell->AdjustBlockHeight(false, const_cast<ScMarkData*>(&rSel));
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */