[Libreoffice-commits] .: dictionaries/en dictionaries/hu_HU

László Németh nemeth at kemper.freedesktop.org
Fri Dec 9 02:55:26 PST 2011


 dictionaries/en/Lightproof.py    |    2 +-
 dictionaries/hu_HU/Lightproof.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 95bcc5e8d51b8d8e153400380d522fb603c5b894
Author: László Németh <nemeth at numbertext.org>
Date:   Fri Dec 9 11:36:00 2011 +0100

    Fix possible problems on Windows raised by the unsupported sys.stdout

diff --git a/dictionaries/en/Lightproof.py b/dictionaries/en/Lightproof.py
index a6b669c..45a0446 100644
--- a/dictionaries/en/Lightproof.py
+++ b/dictionaries/en/Lightproof.py
@@ -286,7 +286,7 @@ class Lightproof( unohelper.Base, XProofreader, XServiceInfo, XServiceName, XSer
             aRes.aErrors = proofread( nDocId, rText, rLocale, \
                 nStartOfSentencePos, aRes.nBehindEndOfSentencePosition, rProperties)
         except:
-            traceback.print_exc(file=sys.stdout)
+            # traceback.print_exc(file=sys.stdout)
             aRes.aErrors = ()
         aRes.aProperties = ()
         aRes.xProofreader = self
diff --git a/dictionaries/hu_HU/Lightproof.py b/dictionaries/hu_HU/Lightproof.py
index 24eac51..32a7b5a 100644
--- a/dictionaries/hu_HU/Lightproof.py
+++ b/dictionaries/hu_HU/Lightproof.py
@@ -286,7 +286,7 @@ class Lightproof( unohelper.Base, XProofreader, XServiceInfo, XServiceName, XSer
             aRes.aErrors = proofread( nDocId, rText, rLocale, \
                 nStartOfSentencePos, aRes.nBehindEndOfSentencePosition, rProperties)
         except:
-            traceback.print_exc(file=sys.stdout)
+            # traceback.print_exc(file=sys.stdout)
             aRes.aErrors = ()
         aRes.aProperties = ()
         aRes.xProofreader = self


More information about the Libreoffice-commits mailing list