[Libreoffice-commits] core.git: wizards/com
Julien Nabet
serval2412 at yahoo.fr
Mon Feb 20 22:40:19 UTC 2017
wizards/com/sun/star/wizards/letter/LetterWizardDialog.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e25bf8505cfaa3599c2e78a7c56729280f27373e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Feb 20 23:25:53 2017 +0100
Import UIConsts to use INFOIMAGEURL
Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=8911c7e177dcc2e9b5a9efcc308395081855b21f
Change-Id: I4f25b5df6a657ad22080b039eaa1746ce4b82b9a
Reviewed-on: https://gerrit.libreoffice.org/34495
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
index d28496d..bbd14c1 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
@@ -18,7 +18,7 @@
from .LetterWizardDialogConst import LetterWizardDialogConst, HIDMAIN, HID
from .LetterWizardDialogResources import LetterWizardDialogResources
from ..common.HelpIds import HelpIds
-from ..ui.WizardDialog import WizardDialog, uno, PropertyNames
+from ..ui.WizardDialog import WizardDialog, uno, UIConsts, PropertyNames
from com.sun.star.awt.FontUnderline import SINGLE
More information about the Libreoffice-commits
mailing list