summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorSantiago Martinez <smvarela@gmail.com>2012-04-23 11:27:07 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-04-23 11:27:07 +0530
commit2910933f2609b19d9c6c4b793288e1b2d9991080 (patch)
tree694107ed47edc3c0bb0eb71c90a8f727735599c3 /vcl/inc
parent5d5e02452fecc7400ebee3372dd9fb45dce179c7 (diff)
Remove unused code in vcl
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/outdev.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx
index b6c0411563a5..284340fad474 100644
--- a/vcl/inc/vcl/outdev.hxx
+++ b/vcl/inc/vcl/outdev.hxx
@@ -995,8 +995,6 @@ public:
const MapMode& rMapMode ) const;
Polygon LogicToPixel( const Polygon& rLogicPoly,
const MapMode& rMapMode ) const;
- PolyPolygon LogicToPixel( const PolyPolygon& rLogicPolyPoly,
- const MapMode& rMapMode ) const;
basegfx::B2DPolyPolygon LogicToPixel( const basegfx::B2DPolyPolygon& rLogicPolyPoly,
const MapMode& rMapMode ) const;
Point PixelToLogic( const Point& rDevicePt ) const;
@@ -1015,8 +1013,6 @@ public:
const MapMode& rMapMode ) const;
basegfx::B2DPolygon PixelToLogic( const basegfx::B2DPolygon& rDevicePoly,
const MapMode& rMapMode ) const;
- PolyPolygon PixelToLogic( const PolyPolygon& rDevicePolyPoly,
- const MapMode& rMapMode ) const;
basegfx::B2DPolyPolygon PixelToLogic( const basegfx::B2DPolyPolygon& rDevicePolyPoly,
const MapMode& rMapMode ) const;
Point LogicToLogic( const Point& rPtSource,