diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-10 15:27:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-13 09:34:53 +0200 |
commit | 43fbf02984f405864f89fb3e36eff32f9d757b57 (patch) | |
tree | 1ed1c173cd42f07d8fd5c77b1e3c8d9f9cbe95f1 /include/sfx2/objsh.hxx | |
parent | 5651f2d9f64c213b4106e2d5a433f4c525d41bbf (diff) |
convert HiddenWarningFact to scoped enum
Change-Id: I23579d746a3c612de68345794731f1ff2cbdf605
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 3da1ad309888..49fea829593b 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -159,7 +159,7 @@ namespace o3tl template<> struct typed_flags<HiddenInformation> : is_typed_flags<HiddenInformation, 0x07> {}; } -enum HiddenWarningFact +enum class HiddenWarningFact { WhenSaving = 0, WhenPrinting, |