summaryrefslogtreecommitdiff
path: root/vcl/generic/print/genpspgraphics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/print/genpspgraphics.cxx')
-rw-r--r--vcl/generic/print/genpspgraphics.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/vcl/generic/print/genpspgraphics.cxx b/vcl/generic/print/genpspgraphics.cxx
index 571be87ef0d2..dca1fb3dba5a 100644
--- a/vcl/generic/print/genpspgraphics.cxx
+++ b/vcl/generic/print/genpspgraphics.cxx
@@ -86,8 +86,6 @@ private:
virtual sal_uInt32 GetPixelRGB (sal_uInt32 nRow, sal_uInt32 nColumn) const SAL_OVERRIDE;
virtual sal_uInt8 GetPixelGray (sal_uInt32 nRow, sal_uInt32 nColumn) const SAL_OVERRIDE;
virtual sal_uInt8 GetPixelIdx (sal_uInt32 nRow, sal_uInt32 nColumn) const SAL_OVERRIDE;
- virtual sal_uInt32 GetWidth () const SAL_OVERRIDE;
- virtual sal_uInt32 GetHeight() const SAL_OVERRIDE;
virtual sal_uInt32 GetDepth () const SAL_OVERRIDE;
};
@@ -157,18 +155,6 @@ SalPrinterBmp::~SalPrinterBmp ()
}
sal_uInt32
-SalPrinterBmp::GetWidth () const
-{
- return mpBmpBuffer->mnWidth;
-}
-
-sal_uInt32
-SalPrinterBmp::GetHeight () const
-{
- return mpBmpBuffer->mnHeight;
-}
-
-sal_uInt32
SalPrinterBmp::GetDepth () const
{
sal_uInt32 nDepth;