summaryrefslogtreecommitdiff
path: root/vcl/workben/outdevgrind.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/workben/outdevgrind.cxx
parentdb1c9e4dadc90c5afe3190776a60cc5dcbbce3ac (diff)
Kill superfluous vertical whitespace
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
Diffstat (limited to 'vcl/workben/outdevgrind.cxx')
-rw-r--r--vcl/workben/outdevgrind.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 715b7cedebdf..8e592dc78972 100644
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
// bootstrap stuff
#include <rtl/bootstrap.hxx>
#include <rtl/ustring.hxx>
@@ -52,7 +51,6 @@
using namespace ::com::sun::star;
-
namespace
{
@@ -779,7 +777,6 @@ void setupMethodStubs( functor_vector_type& res )
}
-
void grindFunc( OutputDevice& rTarget,
functor_vector_type::const_iterator iter,
sal_Int32 nTurns,
@@ -801,7 +798,6 @@ void grindFunc( OutputDevice& rTarget,
pMsg );
}
-
/** Call OutputDevice render methods repeatedly, and output elapsed
time to stdout
*/
@@ -864,7 +860,6 @@ void outDevGrind( OutputDevice& rTarget, sal_Int32 nTurns=100 )
}
}
-
void TestWindow::Paint( const Rectangle& )
{
outDevGrind( *this );