summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 15:25:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 08:33:37 +0200
commitfac166ab23643f2760dba817984b86c2c8dd8ea6 (patch)
tree3e411e7a8d038f7e1eab7cf1768ef87dc2140ffa /include
parente48f0084df7971a55eea5865ae0d5189706216b4 (diff)
remove unused BOTTOM from RenderAlign enum
Change-Id: Ifdef59d0a3c6e5d030a1b34f6157331208e071ea
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/StylePreviewRenderer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/StylePreviewRenderer.hxx b/include/sfx2/StylePreviewRenderer.hxx
index 2cace9158ae0..419a7ee8097c 100644
--- a/include/sfx2/StylePreviewRenderer.hxx
+++ b/include/sfx2/StylePreviewRenderer.hxx
@@ -31,7 +31,7 @@ protected:
public:
enum class RenderAlign
{
- TOP, CENTER, BOTTOM
+ TOP, CENTER
};
StylePreviewRenderer(const SfxObjectShell& rShell,