From cd9e2ecba38c31eb30e05d3ee2c9f4629dd89d40 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Jan 2015 14:57:27 +0200 Subject: fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class' Change-Id: I1c761482cb78efc26d3beda75381557268e1bc0d --- vcl/inc/svdata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/svdata.hxx') diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index ddac1042a3a0..dd76b8578e95 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -129,7 +129,7 @@ struct ImplSVAppData sal_uInt16 mnModalMode; // ModalMode Count sal_uInt16 mnModalDialog; // ModalDialog Count sal_uInt16 mnAccessCount; // AccessHdl Count - sal_uInt16 mnSysWinMode; // Mode, when SystemWindows should be created + SystemWindowFlags mnSysWinMode; // Mode, when SystemWindows should be created short mnDialogScaleX; // Scale X-Positions and sizes in Dialogs bool mbInAppMain; // is Application::Main() on stack bool mbInAppExecute; // is Application::Execute() on stack -- cgit