From 83ab72efe7dbb9047e89ba2775228b2d81f96bc9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 22 Apr 2015 14:59:54 +0200 Subject: convert SW_BORDER_MODE constants to scoped enum Change-Id: I7b2e03a5cacf5d2a706ba8e2d3b276fcb3f7e88b --- cui/source/inc/border.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc/border.hxx') 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. -- cgit