summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-05 10:38:05 +0200
committerNoel Grandin <noel@peralex.com>2016-09-05 10:38:51 +0200
commit74ab2a686144545255a2f07dde3f14f66f37753e (patch)
treedecafc594c3800e162c29d7602deba05b251edfb /include
parent2e3717837ffe257f98c854ebde2c7a0ac0ff27fb (diff)
Convert PPDKey::SetupType to scoped enum
Change-Id: I7c39c9bd4bc3b8fe82840665906f8d520e2e2d2a
Diffstat (limited to 'include')
-rw-r--r--include/vcl/ppdparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx
index 34b41cfcf2c7..dd8afb060361 100644
--- a/include/vcl/ppdparser.hxx
+++ b/include/vcl/ppdparser.hxx
@@ -74,7 +74,7 @@ class VCL_DLLPUBLIC PPDKey
public:
enum UIType { PickOne, PickMany, Boolean };
- enum SetupType { ExitServer, Prolog, DocumentSetup, PageSetup, JCLSetup, AnySetup };
+ enum class SetupType { ExitServer, Prolog, DocumentSetup, PageSetup, JCLSetup, AnySetup };
private:
bool m_bUIOption;