summaryrefslogtreecommitdiff
path: root/editeng/source/items/paperinf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/paperinf.cxx')
-rw-r--r--editeng/source/items/paperinf.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/editeng/source/items/paperinf.cxx b/editeng/source/items/paperinf.cxx
index dd83f990647b..345bc6c8b61c 100644
--- a/editeng/source/items/paperinf.cxx
+++ b/editeng/source/items/paperinf.cxx
@@ -33,7 +33,6 @@ inline bool IsValidPrinter( const Printer* pPtr )
}
-
Size SvxPaperInfo::GetPaperSize( Paper ePaper, MapUnit eUnit )
{
PaperInfo aInfo(ePaper);
@@ -84,7 +83,6 @@ Size SvxPaperInfo::GetPaperSize( const Printer* pPrinter )
}
-
Paper SvxPaperInfo::GetSvxPaper( const Size &rSize, MapUnit eUnit, bool bSloppy )
{
Size aSize(eUnit == MAP_100TH_MM ? rSize : OutputDevice::LogicToLogic(rSize, eUnit, MAP_100TH_MM));
@@ -95,7 +93,6 @@ Paper SvxPaperInfo::GetSvxPaper( const Size &rSize, MapUnit eUnit, bool bSloppy
}
-
long SvxPaperInfo::GetSloppyPaperDimension( long nSize, MapUnit eUnit )
{
nSize = eUnit == MAP_100TH_MM ? nSize : OutputDevice::LogicToLogic(nSize, eUnit, MAP_100TH_MM);
@@ -104,7 +101,6 @@ long SvxPaperInfo::GetSloppyPaperDimension( long nSize, MapUnit eUnit )
}
-
Size SvxPaperInfo::GetDefaultPaperSize( MapUnit eUnit )
{
PaperInfo aInfo(PaperInfo::getSystemDefaultPaper());