summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/bitmapex.cxx')
-rw-r--r--vcl/source/gdi/bitmapex.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx
index 8eb46131c23f..0e41be103957 100644
--- a/vcl/source/gdi/bitmapex.cxx
+++ b/vcl/source/gdi/bitmapex.cxx
@@ -323,8 +323,6 @@ sal_uLong BitmapEx::GetChecksum() const
return nCrc;
}
-
-
void BitmapEx::SetSizePixel( const Size& rNewSize, sal_uInt32 nScaleFlag )
{
if(GetSizePixel() != rNewSize)
@@ -363,8 +361,6 @@ bool BitmapEx::Mirror( sal_uLong nMirrorFlags )
return bRet;
}
-
-
bool BitmapEx::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag )
{
bool bRet = false;
@@ -387,8 +383,6 @@ bool BitmapEx::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 n
return bRet;
}
-
-
bool BitmapEx::Scale( const Size& rNewSize, sal_uInt32 nScaleFlag )
{
bool bRet;
@@ -828,8 +822,6 @@ bool BitmapEx::Create( const ::com::sun::star::uno::Reference<
return false;
}
-
-
namespace
{
Bitmap impTransformBitmap(
@@ -921,8 +913,6 @@ BitmapEx BitmapEx::TransformBitmapEx(
return BitmapEx(aDestination);
}
-
-
BitmapEx BitmapEx::getTransformed(
const basegfx::B2DHomMatrix& rTransformation,
const basegfx::B2DRange& rVisibleRange,
@@ -1005,8 +995,6 @@ BitmapEx BitmapEx::getTransformed(
return aRetval;
}
-
-
BitmapEx BitmapEx::ModifyBitmapEx(const basegfx::BColorModifierStack& rBColorModifierStack) const
{
Bitmap aChangedBitmap(GetBitmap());
@@ -1160,8 +1148,6 @@ BitmapEx BitmapEx::ModifyBitmapEx(const basegfx::BColorModifierStack& rBColorMod
}
}
-
-
BitmapEx VCL_DLLPUBLIC createBlendFrame(
const Size& rSize,
sal_uInt8 nAlpha,