summaryrefslogtreecommitdiff
path: root/testautomation/writer/optional/w_hyphenation.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/optional/w_hyphenation.bas')
-rw-r--r--testautomation/writer/optional/w_hyphenation.bas8
1 files changed, 5 insertions, 3 deletions
diff --git a/testautomation/writer/optional/w_hyphenation.bas b/testautomation/writer/optional/w_hyphenation.bas
index e71c1ad8a978..0a4fe264f5ab 100644
--- a/testautomation/writer/optional/w_hyphenation.bas
+++ b/testautomation/writer/optional/w_hyphenation.bas
@@ -41,15 +41,17 @@ sub main
use "writer\tools\includes\w_tools.inc"
use "writer\tools\includes\w_tool4.inc"
+ use "writer\tools\includes\w_tools_hyphenation.inc"
use "writer\optional\includes\hyphenation\w_hyphenation.inc"
printlog Chr(13) + "******* Writer - Hyphenation - Test *******"
Call hStatusIn ( "writer" , "w_hyphenation.bas" )
Call wEnableHyphenation(true)
- Call tHyphenation_1 'Test Hyphenation using ctrl and "-"
- Call tHyphenation_2 'Test Hyphenation using Tools/Hyphenation ,test like fol-lowing
- Call tHyphenation_3 'Test Hyphenation using Tools/Hyphenation ,test like follow-ing
+ Call tHyphenation_1
+ Call tHyphenation_2
+ Call tHyphenation_3
+ Call tHyphenation_4
Call wEnableHyphenation(false)
Call hStatusOut