summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/Properties.py
diff options
context:
space:
mode:
authorJaromir Wysoglad <jaromirwysoglad@gmail.com>2019-03-27 23:44:38 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-03-29 07:36:43 +0100
commit92ce72a4731ad468f5928efd9da7fe66bfdb08ea (patch)
treec87cf56212eab2d47e192a32afba4eecd44b5668 /wizards/com/sun/star/wizards/common/Properties.py
parent912742333b67c08f7d65c200efabd5fab00b907f (diff)
tdf#108523 Removed @author annotations
Change-Id: I5905dd94843595b229046c0b4a0f16181c16fd9e Reviewed-on: https://gerrit.libreoffice.org/69869 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'wizards/com/sun/star/wizards/common/Properties.py')
-rw-r--r--wizards/com/sun/star/wizards/common/Properties.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/Properties.py b/wizards/com/sun/star/wizards/common/Properties.py
index a6dd8c878af4..974856af6a9b 100644
--- a/wizards/com/sun/star/wizards/common/Properties.py
+++ b/wizards/com/sun/star/wizards/common/Properties.py
@@ -23,7 +23,6 @@ To make a use of this class, instantiate it, and call
the put(propName,propValue) method.
caution: propName should always be a String.
When finished, call the getProperties() method to get an array of the set properties.
-@author rp
'''
class Properties(dict):