summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/document
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-07-16 19:16:02 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-18 02:57:43 +0200
commitdb0e2da971b5b4b7edf403af9382be57fea788e3 (patch)
treeb7757101b0d447c9ec53ce240b080a4438bc4e1e /wizards/com/sun/star/wizards/document
parent2f5083e30bc29b758d0f562d2f81b8acaf7b5582 (diff)
Clean up
Diffstat (limited to 'wizards/com/sun/star/wizards/document')
-rw-r--r--wizards/com/sun/star/wizards/document/OfficeDocument.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/wizards/com/sun/star/wizards/document/OfficeDocument.py b/wizards/com/sun/star/wizards/document/OfficeDocument.py
index f053baebe703..41dc11e3e18e 100644
--- a/wizards/com/sun/star/wizards/document/OfficeDocument.py
+++ b/wizards/com/sun/star/wizards/document/OfficeDocument.py
@@ -270,24 +270,8 @@ class OfficeDocument(object):
def getSlideCount(self, model):
return model.getDrawPages().getCount()
- def getDocumentProperties(self, document):
- return document.getDocumentProperties()
-
def showMessageBox(
self, xMSF, windowServiceName, windowAttribute, MessageText):
return SystemDialog.showMessageBox(
xMSF, windowServiceName, windowAttribute, MessageText)
-
- def getWindowPeer(self):
- return self.xWindowPeer
-
- '''
- @param windowPeer The xWindowPeer to set.
- Should be called as soon as a Windowpeer of a wizard dialog is available
- The windowpeer is needed to call a Messagebox
- '''
-
- def setWindowPeer(self, windowPeer):
- self.xWindowPeer = windowPeer
-