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) // Actual BitmapDevice implementation (templatized by accessor and iterator)
//--------------------------------------------------------------------------
/** Implementation of the BitmapDevice interface /** Implementation of the BitmapDevice interface
@@ -1673,7 +1672,6 @@ void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap,
} }
//----------------------------------------------------------------------------------
/** Standard clip and alpha masks /** Standard clip and alpha masks
*/ */
@@ -1689,7 +1687,6 @@ struct StdMasks
static const bool alphamask_polarity = true; static const bool alphamask_polarity = true;
}; };
//----------------------------------------------------------------------------------
// Some compilers don't like the nested template wrap_accessor // Some compilers don't like the nested template wrap_accessor
// reference in the parameter list - being slightly less type safe, // reference in the parameter list - being slightly less type safe,
@@ -1830,7 +1827,6 @@ BitmapDeviceSharedPtr createRenderer(
pDamage); pDamage);
} }
//----------------------------------------------------------------------------------
// TODO(Q3): consolidate with canvas/canvastools.hxx! Best move this // TODO(Q3): consolidate with canvas/canvastools.hxx! Best move this
// to o3tl or sal/bithacks.hxx ... // to o3tl or sal/bithacks.hxx ...
@@ -1854,7 +1850,6 @@ inline sal_uInt32 nextPow2( sal_uInt32 x )
return ++x; return ++x;
} }
//----------------------------------------------------------------------------------
namespace namespace
{ {
@@ -2156,7 +2151,6 @@ BitmapDeviceSharedPtr cloneBitmapDevice( const basegfx::B2IVector& rSize,
rProto->getDamageTracker() ); rProto->getDamageTracker() );
} }
//----------------------------------------------------------------------------------
/// Clone our device, with GenericImageAccessor to handle all formats /// Clone our device, with GenericImageAccessor to handle all formats
BitmapDeviceSharedPtr BitmapDevice::getGenericRenderer() const BitmapDeviceSharedPtr BitmapDevice::getGenericRenderer() const

View File

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

View File

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