summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-08 15:40:06 +0200
committerNoel Grandin <noel@peralex.com>2015-05-13 08:42:33 +0200
commit61eb53d39a8d90167dc5599c2a2092626788a630 (patch)
tree4b7b2b2149c178867fa3ab8d048cfce537aa9fab /sd
parent0ac80267730300f53e2410ffe9c0883f19f656a6 (diff)
convert FRAME_DRAW constants to scoped enum
Change-Id: I98e52aa56ec063ecc8f3d10baef65eb293c726bf
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/headerfooterdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx
index 93246b833569..041d61a34064 100644
--- a/sd/source/ui/dlg/headerfooterdlg.cxx
+++ b/sd/source/ui/dlg/headerfooterdlg.cxx
@@ -806,7 +806,7 @@ void PresLayoutPreview::Paint( vcl::RenderContext& /*rRenderContext*/, const Rec
// draw decoration frame
DecorationView aDecoView( this );
- maOutRect = aDecoView.DrawFrame( maOutRect, FRAME_HIGHLIGHT_IN );
+ maOutRect = aDecoView.DrawFrame( maOutRect, DrawFrameStyle::In );
// draw page background
SetFillColor( Color(COL_WHITE) );