summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui')
-rw-r--r--wizards/com/sun/star/wizards/ui/DocumentPreview.py1
-rw-r--r--wizards/com/sun/star/wizards/ui/PeerConfig.py1
-rw-r--r--wizards/com/sun/star/wizards/ui/event/DataAware.py1
-rw-r--r--wizards/com/sun/star/wizards/ui/event/UnoDataAware.py1
4 files changed, 0 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/ui/DocumentPreview.py b/wizards/com/sun/star/wizards/ui/DocumentPreview.py
index 6b22d07a8739..280fac6dff4e 100644
--- a/wizards/com/sun/star/wizards/ui/DocumentPreview.py
+++ b/wizards/com/sun/star/wizards/ui/DocumentPreview.py
@@ -25,7 +25,6 @@ from com.sun.star.awt.VclWindowPeerAttribute import CLIPCHILDREN
from com.sun.star.awt.WindowAttribute import SHOW
'''
-@author rpiterman
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
'''
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.py b/wizards/com/sun/star/wizards/ui/PeerConfig.py
index ee54a77903e8..1383b283a6a0 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.py
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.py
@@ -20,7 +20,6 @@ import traceback
from .event.CommonListener import WindowListenerProcAdapter
'''
-@author rpiterman
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
'''
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.py b/wizards/com/sun/star/wizards/ui/event/DataAware.py
index d6e5262d8849..24dbe9466aad 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.py
@@ -24,7 +24,6 @@ from com.sun.star.util import Time
from datetime import datetime
'''
-@author rpiterman
DataAware objects are used to live-synchronize UI and DataModel/DataObject.
It is used as listener on UI events, to keep the DataObject up to date.
This class, as a base abstract class, sets a frame of functionality,
diff --git a/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py b/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
index fbeba1178f8a..945c2cef238f 100644
--- a/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
@@ -21,7 +21,6 @@ from .DataAware import DataAware, datetime, Date, Time
from ...common.PropertyNames import PropertyNames
'''
-@author rpiterman
This class supports simple cases where a UI control can
be directly synchronized with a data property.
Such controls are: the different text controls