summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-06 09:47:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-06 09:52:04 +0200
commitb0f13baae8f61ed9ee5152fb04dd78d8c941b173 (patch)
treeb34958d57d00e0122189a015a492337a3e794c65 /include
parentconvert HTMLTableFrame to scoped enum (diff)
downloadcore-b0f13baae8f61ed9ee5152fb04dd78d8c941b173.tar.gz
core-b0f13baae8f61ed9ee5152fb04dd78d8c941b173.zip
convert HTMLTableRules to scoped enum
Change-Id: Id8758955565579abd1f4687907d7fe06aaefa749
Diffstat (limited to 'include')
-rw-r--r--include/svtools/parhtml.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index 2ba9016346f8..55c9227f075d 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -43,11 +43,9 @@ class SvKeyValueIterator;
#define HTMLFONTSZ6_DFLT 24
#define HTMLFONTSZ7_DFLT 36
-enum class HTMLTableFrame { Void, Above, Below,
- HSides, LHS, RHS, VSides, Box };
+enum class HTMLTableFrame { Void, Above, Below, HSides, LHS, RHS, VSides, Box };
-enum HTMLTableRules { HTML_TR_NONE, HTML_TR_GROUPS, HTML_TR_ROWS,
- HTML_TR_COLS, HTML_TR_ALL };
+enum class HTMLTableRules { NONE, Groups, Rows, Cols, All };
enum class HTMLInputType
{