summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/document/OfficeDocument.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-11-24 21:41:51 +0100
committerXisco Fauli <anistenis@gmail.com>2012-11-24 22:20:52 +0100
commita615abcd121bb0d6fd27a7ac883798d45b290970 (patch)
tree0963c63d83722b2ff31574fb9fbdb6fd574c3fbe /wizards/com/sun/star/wizards/document/OfficeDocument.py
parent63510b3c69761ec1de3c1acd30cf6e4e3a55184a (diff)
pywizards: sort lists again
Change-Id: I9b3f1faba3eb3ffc59294b6bfe6816a19fc05185
Diffstat (limited to 'wizards/com/sun/star/wizards/document/OfficeDocument.py')
-rw-r--r--wizards/com/sun/star/wizards/document/OfficeDocument.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/document/OfficeDocument.py b/wizards/com/sun/star/wizards/document/OfficeDocument.py
index 96148b737868..bd138cae820a 100644
--- a/wizards/com/sun/star/wizards/document/OfficeDocument.py
+++ b/wizards/com/sun/star/wizards/document/OfficeDocument.py
@@ -277,7 +277,6 @@ class OfficeDocument(object):
"com.sun.star.document.TypeDetection")
return typeDetect.getByName(type)
-
def showMessageBox(
self, xMSF, windowServiceName, windowAttribute, MessageText):