summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/scrwnd.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/scrwnd.hxx b/vcl/inc/scrwnd.hxx
index db002d2290e6..de6e1320b1e5 100644
--- a/vcl/inc/scrwnd.hxx
+++ b/vcl/inc/scrwnd.hxx
@@ -54,9 +54,8 @@ private:
sal_uLong mnActDist;
long mnActDeltaX;
long mnActDeltaY;
-
void ImplCreateImageList();
- void ImplSetRegion( const Bitmap& rRegionBmp );
+ void ImplSetRegion(const Bitmap& rRegionBmp);
using Window::ImplGetMousePointer;
PointerStyle ImplGetMousePointer( long nDistX, long nDistY );
void ImplDrawWheel(vcl::RenderContext& rRenderContext);