diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-08 14:57:27 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-09 10:05:29 +0200 |
commit | cd9e2ecba38c31eb30e05d3ee2c9f4629dd89d40 (patch) | |
tree | e52ccc812e8b8bdef327b660a0157ec645069567 /vcl/inc/svdata.hxx | |
parent | 078fd7446e1681b671b58d7fcbbce8d2a9b05132 (diff) |
fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'
Change-Id: I1c761482cb78efc26d3beda75381557268e1bc0d
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |