summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 12:34:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 12:44:34 +0200
commitc04f7de3d2b9fb490ce6ef425d147037cb1b5d8d (patch)
tree3035486e0fa985738a4aa4dd69ca19faee5bf535 /include/drawinglayer
parentfd2ffceefc942c7f28f2a0146df09e4ff6ad7d09 (diff)
remove unused Sentence from BreakupUnit
Change-Id: I324d344a9e9154345b8bd7c8653415cfcbfc26cc
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/primitive2d/textbreakuphelper.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/textbreakuphelper.hxx b/include/drawinglayer/primitive2d/textbreakuphelper.hxx
index 44dcd71efb20..e63c3f61ae0b 100644
--- a/include/drawinglayer/primitive2d/textbreakuphelper.hxx
+++ b/include/drawinglayer/primitive2d/textbreakuphelper.hxx
@@ -33,8 +33,7 @@ namespace drawinglayer
enum class BreakupUnit
{
Character,
- Word,
- Sentence
+ Word
};
class DRAWINGLAYER_DLLPUBLIC TextBreakupHelper