summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-19 08:05:39 +0200
committerNoel Grandin <noel@peralex.com>2015-05-20 09:52:08 +0200
commit662700703bebad38ca7ad74ca4eb040fe8b5b676 (patch)
tree8e693319a485837c4b621244ced161b19c193302 /vcl/workben
parentdcefc97c8bd5be9ba229098c32d2a5c73d084163 (diff)
convert GRID constants to scoped enum
Change-Id: I73ae63bc5f41f38d1a4e396152808b22e88681d8
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/outdevgrind.cxx2
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 );