diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-07-24 19:22:33 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-07-24 19:23:32 +0200 |
commit | c78b2702a4e8b27e1a9023350cc081a84ff55958 (patch) | |
tree | 2c0737059007de45ddda0a192dbbeecfaea8cc93 /pyuno/demo/swriter.py | |
parent | c35fad42b0b1b2084154ea61881a920928e7f777 (diff) |
minor whitespace/makefile cleanup
Diffstat (limited to 'pyuno/demo/swriter.py')
-rw-r--r-- | pyuno/demo/swriter.py | 3 |
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) |