diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-31 13:58:24 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-03 06:17:15 +0000 |
commit | db4e8806aace921ca1348c1bc0949a7e554f34ac (patch) | |
tree | 7d7aa30bf8d9f86ae45773cb148ad3bf0419ec97 /include | |
parent | e88107c0552a2165d3e3e8137ebbd80d97b5570e (diff) |
Convert FontRights to scoped enum
Change-Id: Ib46fe9dbe4b41bfe2e85e9171e8dcf7a96ccb483
Reviewed-on: https://gerrit.libreoffice.org/25717
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/embeddedfontshelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/embeddedfontshelper.hxx b/include/vcl/embeddedfontshelper.hxx index e986e500032a..7361195c4dce 100644 --- a/include/vcl/embeddedfontshelper.hxx +++ b/include/vcl/embeddedfontshelper.hxx @@ -26,7 +26,7 @@ class VCL_DLLPUBLIC EmbeddedFontsHelper { public: /// Specification of what kind of operation is allowed when embedding a font - enum FontRights + enum class FontRights { ViewingAllowed, ///< Font may be embedded for viewing the document (but not editing) EditingAllowed ///< Font may be embedded for editing document (implies viewing) |