diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-02-19 17:00:45 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-02-19 17:00:45 +0000 |
commit | 5aa065d73be6a91965b2f5a9aee4ba536220ff6a (patch) | |
tree | 8075ad03b676efbd5eb42d1cce5b378cadd3311f /xmloff/source/text/XMLSectionFootnoteConfigExport.hxx | |
parent | acfd97305e74ea57bf63d518e4eaa6e9ef644d68 (diff) |
- fixed: silly hack removed
Diffstat (limited to 'xmloff/source/text/XMLSectionFootnoteConfigExport.hxx')
-rw-r--r-- | xmloff/source/text/XMLSectionFootnoteConfigExport.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx b/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx index 4ce044cac31a..ab858b308043 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLSectionFootnoteConfigExport.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dvo $ $Date: 2001-02-19 11:00:25 $ + * last change: $Author: dvo $ $Date: 2001-02-19 18:00:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ class XMLSectionFootnoteConfigExport public: static void exportXML( - const SvXMLExport& rExport, + SvXMLExport& rExport, sal_Bool bEndnote, const ::std::vector<XMLPropertyState> * pProperties, sal_uInt32 nIdx, |