diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-03-26 23:32:52 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-03-26 12:35:07 +0000 |
commit | 29bea73595b1c5dc8ee6c311ae3f43e3345448bb (patch) | |
tree | fc6c67256e4070fba82cb95e1538e8fb422899c5 /include/vcl | |
parent | 4d1111aafe4c153ca52d045d726799d4b1753142 (diff) |
fdo#74702 Followup to 4d1111aafe4c1$53ca52d045d726799d4b1753142
Forgot to commit... oops!
Change-Id: If73bdb2acb3fdba7e155d6f4ed2b6a249829db0e
Reviewed-on: https://gerrit.libreoffice.org/8757
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/outdev.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 7350a1569fbd..013c4ac8e985 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1045,9 +1045,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 ); |