diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 13:57:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 13:57:02 +0000 |
commit | 0752733387c9858b36c043f4d213d5a0a7d99664 (patch) | |
tree | 1e3af299610d4120ec9bfbfe4807f9679a5cf572 /xmloff/source | |
parent | a37fe4f737c63adb6c9baeb4da6a044a33089a98 (diff) |
INTEGRATION: CWS oasisbf5 (1.27.60); FILE MERGED
2005/02/15 14:13:38 mib 1.27.60.1: #i41811#: style:default-outline-style is no property
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtexppr.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx index c980ba69df60..b935d4d65acf 100644 --- a/xmloff/source/text/txtexppr.cxx +++ b/xmloff/source/text/txtexppr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtexppr.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: obo $ $Date: 2005-01-05 11:36:54 $ + * last change: $Author: vg $ $Date: 2005-03-08 14:57:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -232,6 +232,7 @@ void XMLTextExportPropertySetMapper::handleSpecialItem( case CTF_SECTION_ENDNOTE_NUM_TYPE: case CTF_SECTION_ENDNOTE_NUM_PREFIX: case CTF_SECTION_ENDNOTE_NUM_SUFFIX: + case CTF_DEFAULT_OUTLINE_LEVEL: // There's nothing to do here! break; default: |