diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-04 13:41:02 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:57:16 +0100 |
commit | 9bd78655198ad497bef9872422a1004cfbf8698f (patch) | |
tree | 1977de2e31348fcbefb486b7f50d59e5c223844f /editeng/inc | |
parent | 302b7b094d87184530af66be91fef91b6dce1d12 (diff) |
Fixed units mess in SvxBorderLine and BorderLineImpl
Diffstat (limited to 'editeng/inc')
-rwxr-xr-x | editeng/inc/editeng/borderline.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/borderline.hxx b/editeng/inc/editeng/borderline.hxx index 680c866e5607..4134e62e03f9 100755 --- a/editeng/inc/editeng/borderline.hxx +++ b/editeng/inc/editeng/borderline.hxx @@ -108,7 +108,7 @@ enum SvxBorderStyle ENGRAVED, OUTSET, INSET, - NONE = -1 + NO_STYLE = -1 }; class EDITENG_DLLPUBLIC SvxBorderLine |