diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-24 09:29:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-24 12:12:22 +0000 |
commit | 9afdc72df60811435587b85ef333ee29d1d3ce15 (patch) | |
tree | 37749685c4c2e00cfe185159c4620f11b754414b /include/vcl/outdev.hxx | |
parent | ca949408b89c990edb6321d59db9eed6d29d21a7 (diff) |
callcatcher: update unused code
Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 8873150fed8a..cbdf725bcd2f 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -845,6 +845,9 @@ private: SAL_DLLPRIVATE static void ImplUpdateFontDataForAllFrames( FontUpdateHandler_t pHdl, bool bNewFontLists ); SAL_DLLPRIVATE long ImplGetGradientSteps( const Gradient& rGradient, const Rectangle& rRect, bool bMtf ); + //not implemented; to detect misuses of DrawOutDev(...OutputDevice&); + void DrawOutDev( const Point&, const Size&, const Point&, const Size&, const Printer&); + public: virtual ~OutputDevice(); @@ -1036,9 +1039,6 @@ public: virtual void DrawOutDev( const Point& rDestPt, const Size& rDestSize, const Point& rSrcPt, const Size& rSrcSize, const OutputDevice& rOutDev ); - void DrawOutDev( const Point& rDestPt, const Size& rDestSize, - const Point& rSrcPt, const Size& rSrcSize, - const Printer& rOutDev ); virtual void CopyArea( const Point& rDestPt, const Point& rSrcPt, const Size& rSrcSize, sal_uInt16 nFlags = 0 ); |