summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index e598ead55bf2..ae2894001974 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -621,11 +621,8 @@ private:
This function is kind of recursive - it may be called from the
PaintHelper destructor; and on the other hand it creates PaintHelper
that (when destructed) calls other ImplCallPaint()'s.
-
- @param rBuffer VirtualDevice for double-buffering. It is only passed
- here, the actual handling happens in the PaintHelper.
*/
- SAL_DLLPRIVATE void ImplCallPaint(const VclPtr<VirtualDevice>& rBuffer, const vcl::Region* pRegion, sal_uInt16 nPaintFlags);
+ SAL_DLLPRIVATE void ImplCallPaint(const vcl::Region* pRegion, sal_uInt16 nPaintFlags);
SAL_DLLPRIVATE void ImplCallOverlapPaint();
SAL_DLLPRIVATE void ImplPostPaint();