summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-08 14:49:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-09 09:47:37 +0000
commit4ccdf7932e84bd78a366bb4ae2785c63e33a9403 (patch)
tree712f93b89481189b98939d4e690d1acf3efd1e48 /include
parentImplement SAL_DEBUG_BACKTRACE for Linux (diff)
downloadcore-4ccdf7932e84bd78a366bb4ae2785c63e33a9403.tar.gz
core-4ccdf7932e84bd78a366bb4ae2785c63e33a9403.zip
convert PDFWriter::PageTransition to scoped enum
and drop some read-only enumerators Change-Id: I96380efec90abe02fa02c3f766f2b6180723da0d Reviewed-on: https://gerrit.libreoffice.org/34058 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/pdfwriter.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 29aecc7ce749..75f123038a2a 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -177,7 +177,7 @@ public:
Disc, Circle, Square, Decimal, UpperRoman, LowerRoman, UpperAlpha, LowerAlpha
};
- enum PageTransition
+ enum class PageTransition
{
Regular,
SplitHorizontalInward, SplitHorizontalOutward,
@@ -185,8 +185,7 @@ public:
BlindsHorizontal, BlindsVertical,
BoxInward, BoxOutward,
WipeLeftToRight, WipeBottomToTop, WipeRightToLeft, WipeTopToBottom,
- Dissolve,
- GlitterLeftToRight, GlitterTopToBottom, GlitterTopLeftToBottomRight
+ Dissolve
};
enum WidgetType