Added a Password widget (new String.format) and minor GUI improvements.
This commit is contained in:
parent
253e61612d
commit
b541ecb651
6 changed files with 23 additions and 14 deletions
|
@ -91,7 +91,8 @@ class Converter:
|
|||
raise ConverterError(CANNOT_WRITE_RESULT % (res, oe))
|
||||
def connect(self):
|
||||
'''Connects to OpenOffice'''
|
||||
import socket
|
||||
if os.name == 'nt':
|
||||
import socket
|
||||
import uno
|
||||
from com.sun.star.connection import NoConnectException
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue