fdo#62475 removed pointless comments

Change-Id: I85bee68e89c41642b2da72e11b695588b3dfe346
This commit is contained in:
Jelle van der Waa
2013-07-13 22:25:25 +02:00
committed by Michael Meeks
parent defe6adcdf
commit 8ac71b29ee
3 changed files with 0 additions and 9 deletions

View File

@@ -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

View File

@@ -26,7 +26,6 @@
namespace basebmp
{
// metafunctions to retrieve correct POD from/to basebmp::Color
//------------------------------------------------------------------------
/// type-safe conversion from RgbValue to packed int32
template< class RgbVal > struct UInt32FromRgbValue

View File

@@ -1196,9 +1196,7 @@ USHORT TestApp::Exception( USHORT nError )
void TestApp::Main()
{
//-------------------------------------------------
// create the global service-manager
//-------------------------------------------------
uno::Reference< lang::XMultiServiceFactory > xFactory;
try
{