Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3011
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/3011/1
Init: fixed typo in the SystemDialog class.
Change-Id: I8ab25ca01eb68ad10e60b9209e8a2ee6b0eb3252
---
M wizards/com/sun/star/wizards/common/SystemDialog.py
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.py
b/wizards/com/sun/star/wizards/common/SystemDialog.py
index ab9b463..cf640ff 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.py
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.py
@@ -91,8 +91,8 @@
def callFolderDialog(self, title, description, displayDir):
try:
- self.systemDialog.setDisplayDirectoryxPropertyValue(
- subst(displayDir))
+ self.systemDialog.setDisplayDirectory(
+ self.subst(displayDir))
except IllegalArgumentException as iae:
traceback.print_exc()
raise AttributeError(iae.getMessage());
--
To view, visit https://gerrit.libreoffice.org/3011
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ab25ca01eb68ad10e60b9209e8a2ee6b0eb3252
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Javier Fernandez <javier.fgb@gmail.com>
Context
- [PATCH] Init: fixed typo in the SystemDialog class. · Javier Fernandez (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.