diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-13 11:06:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 08:09:24 +0000 |
commit | b0a23c4c35f90ce3cf6a18a37fe141eb33cd5c57 (patch) | |
tree | 195c3b2cfdb773fabecf213db77970328f70b28b /include | |
parent | 078ce1d5977c387e0c69eb5f6c5bec5127234835 (diff) |
remove unused BreakedLine enumerator from SdrMeasureTextVPos
Change-Id: I28cf3d36c1427b382aea1925d2dd94ace0d2a443
Reviewed-on: https://gerrit.libreoffice.org/34204
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/sxmtpitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxmtpitm.hxx b/include/svx/sxmtpitm.hxx index c242b421437c..f0c6ff994cf7 100644 --- a/include/svx/sxmtpitm.hxx +++ b/include/svx/sxmtpitm.hxx @@ -24,7 +24,7 @@ #include <svx/svxdllapi.h> enum class SdrMeasureTextHPos { Auto, LeftOutside, Inside, RightOutside }; -enum class SdrMeasureTextVPos { Auto, Above, BreakedLine, Below, VerticalCentered }; +enum class SdrMeasureTextVPos { Auto, Above, Below, VerticalCentered }; // class SdrMeasureTextHPosItem |