summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/printfun.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/printfun.cxx')
-rw-r--r--sc/source/ui/view/printfun.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx
index 034ef3bf13af..a2030da5cbf2 100644
--- a/sc/source/ui/view/printfun.cxx
+++ b/sc/source/ui/view/printfun.cxx
@@ -79,8 +79,6 @@
#define GET_USHORT(set,which) ((const SfxUInt16Item&)(set)->Get((which))).GetValue()
#define GET_SHOW(set,which) ( VOBJ_MODE_SHOW == ScVObjMode( ((const ScViewObjectModeItem&)(set)->Get((which))).GetValue()) )
-
-
ScPageRowEntry::ScPageRowEntry(const ScPageRowEntry& r)
{
nStartRow = r.nStartRow;
@@ -161,8 +159,6 @@ size_t ScPageRowEntry::CountVisible() const
return nPagesX;
}
-
-
static long lcl_LineTotal(const ::editeng::SvxBorderLine* pLine)
{
return pLine ? ( pLine->GetScaledWidth() ) : 0;
@@ -2587,8 +2583,6 @@ void ScPrintFunc::InitModes() // set MapModes from nZoom etc.
aTwipMode = MapMode( MAP_TWIP, aTwipsOfs, aHorFract, aZoomFract );
}
-
-
void ScPrintFunc::ApplyPrintSettings()
{
if ( pPrinter )
@@ -2643,8 +2637,6 @@ long ScPrintFunc::DoPrint( const MultiSelection& rPageRanges,
if ( pPrinter && bDoPrint )
ApplyPrintSettings();
-
-
InitModes();
if ( pLocationData )
{
@@ -2654,8 +2646,6 @@ long ScPrintFunc::DoPrint( const MultiSelection& rPageRanges,
MakeTableString();
-
-
long nPageNo = 0;
long nPrinted = 0;
long nEndPage = rPageRanges.GetTotalRange().Max();