summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/split.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/split.cxx')
-rw-r--r--vcl/source/window/split.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/split.cxx b/vcl/source/window/split.cxx
index 2f5efebe479d..6f4de668109d 100644
--- a/vcl/source/window/split.cxx
+++ b/vcl/source/window/split.cxx
@@ -707,7 +707,7 @@ void Splitter::Paint( const Rectangle& rPaintRect )
DrawRect( rPaintRect );
Polygon aPoly( rPaintRect );
- PolyPolygon aPolyPoly( aPoly );
+ tools::PolyPolygon aPolyPoly( aPoly );
DrawTransparent( aPolyPoly, 85 );
if( mbKbdSplitting )