summaryrefslogtreecommitdiff
path: root/vcl/source/helper/canvastools.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-02 16:45:44 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-02 16:54:18 +0300
commit50bf123ddbeb457b89636621a99c971834adf3ab (patch)
treeb7782261998ca0b6bece98543e2c66e3c96f4d3c /vcl/source/helper/canvastools.cxx
parentdb1c9e4dadc90c5afe3190776a60cc5dcbbce3ac (diff)
Kill superfluous vertical whitespace
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
Diffstat (limited to 'vcl/source/helper/canvastools.cxx')
-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 c35548823895..f402e7f45b8d 100644
--- a/vcl/source/helper/canvastools.cxx
+++ b/vcl/source/helper/canvastools.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <cppuhelper/compbase1.hxx>
#include <com/sun/star/geometry/RealSize2D.hpp>
@@ -62,7 +61,6 @@
#include <vcl/canvastools.hxx>
#include <boost/unordered_map.hpp>
-
using namespace ::com::sun::star;
namespace vcl
@@ -330,7 +328,6 @@ namespace vcl
return ::BitmapEx();
}
-
geometry::RealSize2D size2DFromSize( const Size& rSize )
{
return geometry::RealSize2D( rSize.Width(),
@@ -574,7 +571,6 @@ namespace vcl
return new StandardColorSpace();
}
-
uno::Sequence< double > colorToStdColorSpaceSequence( const Color& rColor )
{
uno::Sequence< double > aRet(4);
@@ -633,7 +629,6 @@ namespace vcl
toByteColor(aARGBColor.Blue) );
}
-
} // namespace vcltools
} // namespace canvas