diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/common/Properties.py')
-rw-r--r-- | wizards/com/sun/star/wizards/common/Properties.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/common/Properties.py b/wizards/com/sun/star/wizards/common/Properties.py index 6c95573e922d..a6dd8c878af4 100644 --- a/wizards/com/sun/star/wizards/common/Properties.py +++ b/wizards/com/sun/star/wizards/common/Properties.py @@ -58,3 +58,6 @@ class Properties(dict): if handle is not None: pv.Handle = handle return pv + + def getProperties1(self): + return self.getProperties(self) |