From 5a34d859ddd1fa9abb60772ef7eed6310a5ac0c7 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 6 Aug 2007 15:28:30 +0000 Subject: [PATCH] KTS-2240 "CLONE -PDF Error (SUP-351)" --- bin/openoffice/pdfgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/openoffice/pdfgen.py b/bin/openoffice/pdfgen.py index 62f0d7e..b5f63b0 100755 --- a/bin/openoffice/pdfgen.py +++ b/bin/openoffice/pdfgen.py @@ -33,7 +33,7 @@ import uno import sys from com.sun.star.beans import PropertyValue -NoConnectionException = uno.getClass("com.sun.star.connection.NoConnectException") +NoConnectException = uno.getClass("com.sun.star.connection.NoConnectException") IllegalArgumentException = uno.getClass("com.sun.star.lang.IllegalArgumentException") RuntimeException = uno.getClass("com.sun.star.uno.RuntimeException") IOException = uno.getClass("com.sun.star.io.IOException") -- libgit2 0.21.4