From b419da0f53cf7f65b1d0c58351176ece23fbfe1f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 May 2015 12:49:04 +0200 Subject: convert SHOW constants to scoped enum Change-Id: I2712a0901049885502cade31f9757f712048bb33 --- vcl/source/app/help.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/app') diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx index 7014a790f789..0ad533a2272e 100644 --- a/vcl/source/app/help.cxx +++ b/vcl/source/app/help.cxx @@ -352,7 +352,7 @@ void HelpTextWindow::SetHelpText( const OUString& rHelpText ) void HelpTextWindow::ImplShow() { ImplDelData aDogTag( this ); - Show( true, SHOW_NOACTIVATE ); + Show( true, ShowFlags::NoActivate ); if( !aDogTag.IsDead() ) Update(); } -- cgit