diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 13:31:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 13:31:23 +0000 |
commit | d1b6384a828eb3e4dec59cd50e4a200740d75579 (patch) | |
tree | 1a28a9405fadf6cb2584fba8b61aa687a7d318b0 /xmloff | |
parent | a5db9cc7770deb5aab5ecb8f10928df1954b764a (diff) |
INTEGRATION: CWS impress5ea1 (1.6.280); FILE MERGED
2004/03/11 14:54:08 cl 1.6.280.1: #17343# skip invalid properties
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/XMLFootnoteSeparatorExport.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/style/XMLFootnoteSeparatorExport.cxx b/xmloff/source/style/XMLFootnoteSeparatorExport.cxx index 44a7a2ea56e1..e6d9811b01ff 100644 --- a/xmloff/source/style/XMLFootnoteSeparatorExport.cxx +++ b/xmloff/source/style/XMLFootnoteSeparatorExport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLFootnoteSeparatorExport.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: dvo $ $Date: 2001-06-29 21:07:17 $ + * last change: $Author: rt $ $Date: 2004-03-30 14:31:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,6 +144,9 @@ void XMLFootnoteSeparatorExport::exportXML( { const XMLPropertyState& rState = (*pProperties)[i]; + if( rState.mnIndex == -1 ) + continue; + switch (rMapper->GetEntryContextId(rState.mnIndex)) { case CTF_PM_FTN_LINE_ADJUST: |