aboutsummaryrefslogtreecommitdiff
path: root/dw/hyphenator.hh
diff options
context:
space:
mode:
authorsgeerken <devnull@localhost>2012-06-26 18:52:33 +0200
committersgeerken <devnull@localhost>2012-06-26 18:52:33 +0200
commit6540639179c4d6c5340ace56b33976dada3adbc8 (patch)
tree178cc9044836db0ca0dfac57e7c27dab54c0285c /dw/hyphenator.hh
parent202e5b6b44a0900967d7fb945415799738cf1881 (diff)
some refactoring
Diffstat (limited to 'dw/hyphenator.hh')
-rw-r--r--dw/hyphenator.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/hyphenator.hh b/dw/hyphenator.hh
index 97de965f..839f6cc9 100644
--- a/dw/hyphenator.hh
+++ b/dw/hyphenator.hh
@@ -32,6 +32,7 @@ public:
static Hyphenator *getHyphenator (core::Platform *platform,
const char *language);
+ static bool isHyphenationCandidate (const char *word);
lout::container::typed::Vector <lout::object::String>
*hyphenateWord(const char *word);