From f35b3fea46532ffc54e9026e7a953f64493e7525 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 9 Nov 2013 20:16:47 +0100 Subject: clean up #ifdef ICC code According to the dmake documentation, ICC refers to Visual Age C++ for OS/2, which is not a supported compiler (or platform). Change-Id: Ic9e23bc7c44de110a3a312bd007beda3b660927d --- vcl/source/window/splitwin.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/source/window') diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx index 232218957c61..89375271e9c7 100644 --- a/vcl/source/window/splitwin.cxx +++ b/vcl/source/window/splitwin.cxx @@ -364,7 +364,6 @@ static sal_uInt16 ImplFindItem( ImplSplitSet* pSet, const Point& rPos, { if ( pItems[i].mnWidth && pItems[i].mnHeight ) { - // Wegen ICC auftrennen Point aPoint( pItems[i].mnLeft, pItems[i].mnTop ); Size aSize( pItems[i].mnWidth, pItems[i].mnHeight ); Rectangle aRect( aPoint, aSize ); @@ -999,7 +998,6 @@ void SplitWindow::ImplDrawBack( SplitWindow* pWindow, ImplSplitSet* pSet ) { if ( pSet->mpBitmap || pSet->mpWallpaper ) { - // Wegen ICC auftrennen Point aPoint( pItems[i].mnLeft, pItems[i].mnTop ); Size aSize( pItems[i].mnWidth, pItems[i].mnHeight ); Rectangle aRect( aPoint, aSize ); -- cgit