summaryrefslogtreecommitdiff
path: root/uitest/libreoffice/calc/conditional_format.py
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/libreoffice/calc/conditional_format.py')
-rw-r--r--uitest/libreoffice/calc/conditional_format.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/uitest/libreoffice/calc/conditional_format.py b/uitest/libreoffice/calc/conditional_format.py
index 5acd3c168de0..40e766943893 100644
--- a/uitest/libreoffice/calc/conditional_format.py
+++ b/uitest/libreoffice/calc/conditional_format.py
@@ -8,6 +8,10 @@
# this file provides methods to interact with the new conditional format API
def get_conditional_format_from_sheet(sheet):
+ """ Returns a conditional format object belonging to a sheet
+
+ Keyword arguments:
+ sheet -- a XSheet object"""
return sheet.getPropertyValue("ConditionalFormats")
# vim: set shiftwidth=4 softtabstop=4 expandtab: