@@ -1,11 +1,11 @@ -# Text Formatter -# by Olivier R. -# License: MPL 2 +""" +Text Formatter +For LibreOffice +""" -import unohelper -import uno +# License: MPL 2 import traceback import time import json @@ -12,11 +12,12 @@ import tf_strings import tf_options import tf_tabrep import helpers - +import unohelper +import uno from com.sun.star.task import XJobExecutor from com.sun.star.awt import XActionListener from com.sun.star.awt.MessageBoxButtons import BUTTONS_OK