diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-19 08:05:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-20 09:52:08 +0200 |
commit | 662700703bebad38ca7ad74ca4eb040fe8b5b676 (patch) | |
tree | 8e693319a485837c4b621244ced161b19c193302 /vcl/workben | |
parent | dcefc97c8bd5be9ba229098c32d2a5c73d084163 (diff) |
convert GRID constants to scoped enum
Change-Id: I73ae63bc5f41f38d1a4e396152808b22e88681d8
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/outdevgrind.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx index 946e9e3893f4..7407c51a5fe5 100644 --- a/vcl/workben/outdevgrind.cxx +++ b/vcl/workben/outdevgrind.cxx @@ -759,7 +759,7 @@ void setupMethodStubs( functor_vector_type& res ) boost::bind( &OutputDevice::DrawGrid, _1, - aRect,Size(10,20),GRID_HORZLINES|GRID_VERTLINES )); + aRect,Size(10,20),DrawGridFlags::HorzLines|DrawGridFlags::VertLines )); /* void DrawTransparent( const tools::PolyPolygon& rPolyPoly, sal_uInt16 nTransparencePercent ); |