summaryrefslogtreecommitdiff
path: root/pyuno/demo/swritercomp.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/demo/swritercomp.py')
-rw-r--r--pyuno/demo/swritercomp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyuno/demo/swritercomp.py b/pyuno/demo/swritercomp.py
index be3109c12b44..fd7025f0426f 100644
--- a/pyuno/demo/swritercomp.py
+++ b/pyuno/demo/swritercomp.py
@@ -62,9 +62,6 @@ class SWriterComp(XMain,unohelper.Base):
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)