diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-16 13:06:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-16 13:07:00 +0100 |
commit | 67f141a1d8c247c173a922c5f969d21f61401740 (patch) | |
tree | 83c0d7c8bed6020104c0bb9e61da4081a67c53c1 /wizards | |
parent | 04b7b2c72fbfa57180cac680b07618fc40fe0da6 (diff) |
remove 'basis-link' from README
Change-Id: I5923b09b5fbacb64007cb3f6cf96b08c366d22c2
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/README b/wizards/com/sun/star/wizards/README index a3877a34398a..2d7bcbced365 100644 --- a/wizards/com/sun/star/wizards/README +++ b/wizards/com/sun/star/wizards/README @@ -8,7 +8,7 @@ To call a wizard remotely you need to: -> For testing on installed LibreOffice: export URE_BOOTSTRAP="file:///usr/lib/libreoffice/program/fundamentalrc" - export PYTHONPATH=/usr/lib/libreoffice/basis-link/program + export PYTHONPATH=/usr/lib/libreoffice/program #and run LibreOffice in listening mode: soffice --"accept=socket,host=localhost,port=2002;urp;" |