summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-06 08:45:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-06 07:46:49 +0000
commit24ae6e86671c0729a6a6ea7da86b262b4fdd1c0f (patch)
tree037080994ff44308b8f77061af53d1aca09640ad /include
parent9fc8b4a3fe9b369093fc133979f84ed7b21b125f (diff)
convert ScrollingMode to scoped enum
Change-Id: Ice1628ba09998be455fd6a77a044cb403235d462 Reviewed-on: https://gerrit.libreoffice.org/34914 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/frmdescr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/frmdescr.hxx b/include/sfx2/frmdescr.hxx
index 4f09680ab8c0..5e8e3d99ef9d 100644
--- a/include/sfx2/frmdescr.hxx
+++ b/include/sfx2/frmdescr.hxx
@@ -43,11 +43,11 @@ class Wallpaper;
// aligned, from which also the alignment of the FrameSet is given.
-enum ScrollingMode
+enum class ScrollingMode
{
- ScrollingYes,
- ScrollingNo,
- ScrollingAuto
+ Yes,
+ No,
+ Auto
};
#define SPACING_NOT_SET -1L