summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/border.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-22 14:59:54 +0200
committerNoel Grandin <noel@peralex.com>2015-04-29 10:41:38 +0200
commit83ab72efe7dbb9047e89ba2775228b2d81f96bc9 (patch)
treecfa3f2a661775d285b57369b63ee369a3aa7c881 /cui/source/inc/border.hxx
parentconvert CS_ constants to scoped enum (diff)
downloadcore-83ab72efe7dbb9047e89ba2775228b2d81f96bc9.tar.gz
core-83ab72efe7dbb9047e89ba2775228b2d81f96bc9.zip
convert SW_BORDER_MODE constants to scoped enum
Change-Id: I7b2e03a5cacf5d2a706ba8e2d3b276fcb3f7e88b
Diffstat (limited to 'cui/source/inc/border.hxx')
-rw-r--r--cui/source/inc/border.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx
index 8f129977a546..75b438b1962a 100644
--- a/cui/source/inc/border.hxx
+++ b/cui/source/inc/border.hxx
@@ -103,7 +103,7 @@ private:
ImageList aBorderImgLst;
long nMinValue; ///< minimum distance
- int nSWMode; ///< table, textframe, paragraph
+ SwBorderModes nSWMode; ///< table, textframe, paragraph
bool mbHorEnabled; ///< true = Inner horizontal border enabled.
bool mbVerEnabled; ///< true = Inner vertical border enabled.