summaryrefslogtreecommitdiff
path: root/pyuno/demo/swriter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/demo/swriter.py')
-rw-r--r--pyuno/demo/swriter.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyuno/demo/swriter.py b/pyuno/demo/swriter.py
index 3fafcd603da6..bf40a56e99f1 100644
--- a/pyuno/demo/swriter.py
+++ b/pyuno/demo/swriter.py
@@ -61,9 +61,6 @@ insertTextIntoCell( table, "B1", "SecondColumn", textColor )
insertTextIntoCell( table, "C1", "ThirdColumn", textColor )
insertTextIntoCell( table, "D1", "SUM", textColor )
-values = ( (22.5,21.5,121.5),
- (5615.3,615.3,-615.3),
- (-2315.7,315.7,415.7) )
table.getCellByName("A2").setValue(22.5)
table.getCellByName("B2").setValue(5615.3)
table.getCellByName("C2").setValue(-2315.7)