diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:48:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:48:20 +0000 |
commit | f75e8739f1af05c482ae58c45eb92f79f420a485 (patch) | |
tree | 2015e644f5691c02efdc529a36c1f85feaa5fd65 /xmloff/source/text/txtparae.cxx | |
parent | 0f72873c08253399443a07541f8807e1d7c0ddf4 (diff) |
INTEGRATION: CWS supdremove (1.138.76); FILE MERGED
2007/11/16 10:24:11 vg 1.138.76.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 893324368935..ca7d080e6f82 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtparae.cxx,v $ * - * $Revision: 1.138 $ + * $Revision: 1.139 $ * - * last change: $Author: rt $ $Date: 2007-07-06 12:10:23 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:48:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -881,9 +881,6 @@ void XMLTextParagraphExport::exportListChange( XMLTextParagraphExport::XMLTextParagraphExport( SvXMLExport& rExp, SvXMLAutoStylePoolP & rASP -#if SUPD < 628 && !defined( TEST_MIB ) - , sal_Int32 nProg -#endif ) : XMLStyleExport( rExp, OUString(), &rASP ), rAutoStylePool( rASP ), |