Kaydet (Commit) 8ac71b29 authored tarafından Jelle van der Waa's avatar Jelle van der Waa Kaydeden (comit) Michael Meeks

fdo#62475 removed pointless comments

Change-Id: I85bee68e89c41642b2da72e11b695588b3dfe346
üst defe6adc
......@@ -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
......
......@@ -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
......
......@@ -1196,9 +1196,7 @@ USHORT TestApp::Exception( USHORT nError )
void TestApp::Main()
{
//-------------------------------------------------
// create the global service-manager
//-------------------------------------------------
uno::Reference< lang::XMultiServiceFactory > xFactory;
try
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment