diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 14:21:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 14:22:24 +0200 |
commit | 2074acd6e3793e38aa6bbf9b9c8e2ba116341e32 (patch) | |
tree | f47ffc1fcbf0c9e12bcb805d418bca5b9ceb7158 /include | |
parent | 52305b662033ebbac6e09aa66622f7eef2bfccae (diff) |
remove unused Border from RulerIndentStyle enum
Change-Id: If8d5acdf48278adeb4974c46c8e777e8792ba743
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/ruler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx index aa2fc2cade5d..72e546ba0ad1 100644 --- a/include/svtools/ruler.hxx +++ b/include/svtools/ruler.hxx @@ -517,7 +517,7 @@ struct RulerBorder }; enum class RulerIndentStyle { - Top, Bottom, Border + Top, Bottom }; struct RulerIndent |