summaryrefslogtreecommitdiff
path: root/vcl/source/helper
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2013-04-28 12:31:12 +1000
committerDavid Tardon <dtardon@redhat.com>2013-04-29 04:15:58 +0000
commite986d3e396174096abb46075bf7488677b9a35f9 (patch)
tree8a166704ed5a1c8cbea6a8875bce92c7b0056025 /vcl/source/helper
parente81d0c400c02a87d7fa492dbc5ac9f7921167920 (diff)
fdo#39468 Translation and cleanup
Cleanup of source code: - translated German to English - removed useless comment decorations - removed commented out code - some reformatting of code Change-Id: I71d5fdab8226d61bda9ac906bb82176dc11cafd2 Reviewed-on: https://gerrit.libreoffice.org/3643 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'vcl/source/helper')
-rw-r--r--vcl/source/helper/canvastools.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx
index d05f7e78bfb3..4218cb1a692e 100644
--- a/vcl/source/helper/canvastools.cxx
+++ b/vcl/source/helper/canvastools.cxx
@@ -218,13 +218,11 @@ namespace vcl
return ::BitmapEx();
// tunnel directly for known implementation
- // ----------------------------------------------------------------
VclCanvasBitmap* pImplBitmap = dynamic_cast<VclCanvasBitmap*>(xInputBitmap.get());
if( pImplBitmap )
return pImplBitmap->getBitmapEx();
// retrieve data via UNO interface
- // ----------------------------------------------------------------
// volatile bitmaps are a bit more complicated to read
// from..
@@ -358,7 +356,6 @@ namespace vcl
return ::BitmapEx();
}
- //---------------------------------------------------------------------------------------
geometry::RealSize2D size2DFromSize( const Size& rSize )
{
@@ -603,7 +600,6 @@ namespace vcl
return new StandardColorSpace();
}
- //---------------------------------------------------------------------------------------
Color stdColorSpaceSequenceToColor( const uno::Sequence< double >& rColor )
{
@@ -648,7 +644,6 @@ namespace vcl
toByteColor(aARGBColor.Blue) );
}
- //---------------------------------------------------------------------------------------
} // namespace vcltools