[Python-modules-commits] [python-odf] 58/118: Missing attribute that can reference a style

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.

commit 6735b195dfb55880a976e4c0adbc9942890cd725
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Mon Jun 22 07:55:46 2009 +0000

    Missing attribute that can reference a style
---
 odf/opendocument.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/odf/opendocument.py b/odf/opendocument.py
index ab375cd..05688f4 100644
--- a/odf/opendocument.py
+++ b/odf/opendocument.py
@@ -233,9 +233,11 @@ class OpenDocument:
                 for styleref in ( (DRAWNS,u'style-name'),
                         (DRAWNS,u'text-style-name'),
                         (PRESENTATIONNS,u'style-name'),
-                        (STYLENS,u'style-name'),
+                        (STYLENS,u'data-style-name'),
                         (STYLENS,u'list-style-name'),
                         (STYLENS,u'page-layout-name'),
+                        (STYLENS,u'style-name'),
+                        (TABLENS,u'default-cell-style-name'),
                         (TABLENS,u'style-name'),
                         (TEXTNS,u'style-name') ):
                     if e.getAttrNS(styleref[0],styleref[1]):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list