Commit 5a34d859ddd1fa9abb60772ef7eed6310a5ac0c7
1 parent
13e188c0
KTS-2240
"CLONE -PDF Error (SUP-351)" In Progress. Fixed var typo. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7056 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
bin/openoffice/pdfgen.py
| ... | ... | @@ -33,7 +33,7 @@ import uno |
| 33 | 33 | import sys |
| 34 | 34 | from com.sun.star.beans import PropertyValue |
| 35 | 35 | |
| 36 | -NoConnectionException = uno.getClass("com.sun.star.connection.NoConnectException") | |
| 36 | +NoConnectException = uno.getClass("com.sun.star.connection.NoConnectException") | |
| 37 | 37 | IllegalArgumentException = uno.getClass("com.sun.star.lang.IllegalArgumentException") |
| 38 | 38 | RuntimeException = uno.getClass("com.sun.star.uno.RuntimeException") |
| 39 | 39 | IOException = uno.getClass("com.sun.star.io.IOException") | ... | ... |