From c78b2702a4e8b27e1a9023350cc081a84ff55958 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Sun, 24 Jul 2011 19:22:33 +0200 Subject: minor whitespace/makefile cleanup --- pyuno/demo/swriter.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyuno/demo/swriter.py') 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) -- cgit