diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:05:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:05:52 +0000 |
commit | 3de179fa963ab180856b16142c733430b2ba97c9 (patch) | |
tree | 540592d8cba00ef63a60a0be07637a0b4bf8e98d /xmloff/source/text/XMLTextNumRuleInfo.hxx | |
parent | ec5c1878f5480a2634de74dfe8b683176da02704 (diff) |
INTEGRATION: CWS oasisbf2 (1.3.432); FILE MERGED
2004/11/04 15:19:03 dvo 1.3.432.1: #i31024# prevent headings with outline num-rules from being written as lists
Diffstat (limited to 'xmloff/source/text/XMLTextNumRuleInfo.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextNumRuleInfo.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLTextNumRuleInfo.hxx b/xmloff/source/text/XMLTextNumRuleInfo.hxx index 62d698fdce90..45c6eac39851 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.hxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLTextNumRuleInfo.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mib $ $Date: 2000-10-31 09:00:40 $ + * last change: $Author: rt $ $Date: 2004-11-26 13:05:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,7 @@ class XMLTextNumRuleInfo const ::rtl::OUString sNumberingType; const ::rtl::OUString sIsNumbering; const ::rtl::OUString sNumberingIsNumber; + const ::rtl::OUString sNumberingIsOutline; ::com::sun::star::uno::Reference < ::com::sun::star::container::XIndexReplace > xNumRules; |