summaryrefslogtreecommitdiff
path: root/basebmp/source/bitmapdevice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/source/bitmapdevice.cxx')
-rw-r--r--basebmp/source/bitmapdevice.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx
index 00fc1c21951c..24d9ef15af33 100644
--- a/basebmp/source/bitmapdevice.cxx
+++ b/basebmp/source/bitmapdevice.cxx
@@ -126,7 +126,6 @@ namespace
// Actual BitmapDevice implementation (templatized by accessor and iterator)
- //--------------------------------------------------------------------------
/** Implementation of the BitmapDevice interface
@@ -1673,7 +1672,6 @@ void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap,
}
-//----------------------------------------------------------------------------------
/** Standard clip and alpha masks
*/
@@ -1689,7 +1687,6 @@ struct StdMasks
static const bool alphamask_polarity = true;
};
-//----------------------------------------------------------------------------------
// Some compilers don't like the nested template wrap_accessor
// reference in the parameter list - being slightly less type safe,
@@ -1830,7 +1827,6 @@ BitmapDeviceSharedPtr createRenderer(
pDamage);
}
-//----------------------------------------------------------------------------------
// TODO(Q3): consolidate with canvas/canvastools.hxx! Best move this
// to o3tl or sal/bithacks.hxx ...
@@ -1854,7 +1850,6 @@ inline sal_uInt32 nextPow2( sal_uInt32 x )
return ++x;
}
-//----------------------------------------------------------------------------------
namespace
{
@@ -2156,7 +2151,6 @@ BitmapDeviceSharedPtr cloneBitmapDevice( const basegfx::B2IVector& rSize,
rProto->getDamageTracker() );
}
-//----------------------------------------------------------------------------------
/// Clone our device, with GenericImageAccessor to handle all formats
BitmapDeviceSharedPtr BitmapDevice::getGenericRenderer() const