summaryrefslogtreecommitdiff
path: root/vcl/workben/outdevgrind.cxx
diff options
context:
space:
mode:
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 );