From 566922a98d548529feacb7c21bfc8897ff5b61af Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 21 May 2015 15:52:27 +0200 Subject: convert WINDOW constants for GetWindow() methods to scoped enum Change-Id: I0c7c6d095732704eb4ab48f1277a0592b1c7fa33 --- sd/source/ui/annotations/annotationtag.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx index 606bddbdaf07..530102903100 100644 --- a/sd/source/ui/annotations/annotationtag.cxx +++ b/sd/source/ui/annotations/annotationtag.cxx @@ -577,7 +577,7 @@ void AnnotationTag::OpenPopup( bool bEdit ) Rectangle aRect( aPos, maSize ); - mpAnnotationWindow.reset( VclPtr::Create( mrManager, mrView.GetDocSh(), pWindow->GetWindow(WINDOW_FRAME) ) ); + mpAnnotationWindow.reset( VclPtr::Create( mrManager, mrView.GetDocSh(), pWindow->GetWindow(GetWindowType::Frame) ) ); mpAnnotationWindow->InitControls(); mpAnnotationWindow->setAnnotation(mxAnnotation); -- cgit