From 0e0844b387701caba0ee90b1389ac7bf392408ca Mon Sep 17 00:00:00 2001 From: Francois POIROTTE Date: Thu, 12 Nov 2015 14:24:55 +0100 Subject: [PATCH] Handle the "number" styles family. Adds support for the "number" family when applying styles. --- lpod/styles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lpod/styles.py b/lpod/styles.py index 513d82d..77136ee 100644 --- a/lpod/styles.py +++ b/lpod/styles.py @@ -35,6 +35,7 @@ 'paragraph': ('//office:styles', '//office:automatic-styles'), 'text': ('//office:styles',), 'graphic': ('//office:styles',), + 'number': ('//office:styles',), 'page-layout': ('//office:automatic-styles',), 'master-page': ('//office:master-styles',), 'font-face': ('//office:font-face-decls',),