diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-07-13 22:25:25 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-07-18 14:53:46 +0100 |
commit | 8ac71b29eeca8b025d7548e1cee519277af7b90f (patch) | |
tree | adb34c8baf368317bc1253454ff4f58c1334bff4 /basebmp | |
parent | defe6adcdf2d808eda4767bafd383a22efc98334 (diff) |
fdo#62475 removed pointless comments
Change-Id: I85bee68e89c41642b2da72e11b695588b3dfe346
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/source/bitmapdevice.cxx | 6 | ||||
-rw-r--r-- | basebmp/source/intconversion.hxx | 1 | ||||
-rw-r--r-- | basebmp/test/bmpdemo.cxx | 2 |
3 files changed, 0 insertions, 9 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 diff --git a/basebmp/source/intconversion.hxx b/basebmp/source/intconversion.hxx index e1e3ff531d17..5d16182a115a 100644 --- a/basebmp/source/intconversion.hxx +++ b/basebmp/source/intconversion.hxx @@ -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 diff --git a/basebmp/test/bmpdemo.cxx b/basebmp/test/bmpdemo.cxx index fc9e1ae26a2a..f4ccc95cb9c7 100644 --- a/basebmp/test/bmpdemo.cxx +++ b/basebmp/test/bmpdemo.cxx @@ -1196,9 +1196,7 @@ USHORT TestApp::Exception( USHORT nError ) void TestApp::Main() { - //------------------------------------------------- // create the global service-manager - //------------------------------------------------- uno::Reference< lang::XMultiServiceFactory > xFactory; try { |