summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 14:21:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 14:22:24 +0200
commit2074acd6e3793e38aa6bbf9b9c8e2ba116341e32 (patch)
treef47ffc1fcbf0c9e12bcb805d418bca5b9ceb7158 /include/svtools
parent52305b662033ebbac6e09aa66622f7eef2bfccae (diff)
remove unused Border from RulerIndentStyle enum
Change-Id: If8d5acdf48278adeb4974c46c8e777e8792ba743
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ruler.hxx2
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