From b8c3e47fd4dece8daf6b7aa016e3f3098827e897 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Sun, 21 Oct 2012 21:19:19 +0200 Subject: pyfax: Fix avoid to load the same template when it's already selected Change-Id: If757247b527b92e5fed9b34d5608c37fe2d6fe04 --- wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards/com') diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py index 3c82a5681473..04767c90e513 100644 --- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py @@ -449,7 +449,7 @@ class FaxWizardDialogImpl(FaxWizardDialog): def lstBusinessStyleItemChanged(self): selectedItemPos = self.lstBusinessStyle.SelectedItemPos #avoid to load the same item again - if FaxWizardDialogImpl.lstBusinessStylePos is not selectedItemPos: + if FaxWizardDialogImpl.lstBusinessStylePos != selectedItemPos: FaxWizardDialogImpl.lstBusinessStylePos = selectedItemPos TextDocument.xTextDocument = self.myFaxDoc.loadAsPreview( self.BusinessFiles.values()[selectedItemPos], False) @@ -474,7 +474,7 @@ class FaxWizardDialogImpl(FaxWizardDialog): def lstPrivateStyleItemChanged(self): selectedItemPos = self.lstPrivateStyle.SelectedItemPos #avoid to load the same item again - if FaxWizardDialogImpl.lstPrivateStylePos is not selectedItemPos: + if FaxWizardDialogImpl.lstPrivateStylePos != selectedItemPos: FaxWizardDialogImpl.lstPrivateStylePos = selectedItemPos TextDocument.xTextDocument = self.myFaxDoc.loadAsPreview( self.PrivateFiles.values()[selectedItemPos], False) -- cgit tro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/AllLangResTarget_sdbcl.mk
diff options
context:
space:
mode:
authorJan Iversen <jani@documentfoundation.org>2016-03-29 17:49:25 +0200
committerJan Iversen <jani@documentfoundation.org>2016-03-29 17:50:44 +0200
commit4638092f802103b8bdac3ee9b5aaf75fd6b190e3 (patch)
tree92589b2fbb853ce191986485041c8616c865936f /connectivity/AllLangResTarget_sdbcl.mk
parentbabe2e182375ad0832e2455382202cd8e23b64cc (diff)
bump product version to 5.1.2.2 libreoffice-5-1-2
Change-Id: I1fcc35e65621a3c292febaab46577911d0bb76df