summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-24 09:29:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-24 12:12:22 +0000
commit9afdc72df60811435587b85ef333ee29d1d3ce15 (patch)
tree37749685c4c2e00cfe185159c4620f11b754414b /include
parentfdo#74702 ImplDrawBitmap functionality moved to protected function (diff)
downloadcore-9afdc72df60811435587b85ef333ee29d1d3ce15.tar.gz
core-9afdc72df60811435587b85ef333ee29d1d3ce15.zip
callcatcher: update unused code
Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx6
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 );