diff options
author | Michael Brauer <mib@openoffice.org> | 2001-01-19 09:00:53 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-01-19 09:00:53 +0000 |
commit | aad254f29ba55b62a379716af79e421b9ef736e9 (patch) | |
tree | 0f9415078d26c426624d3b8f27c578450e0a3ffd | |
parent | 4c71a471e8654ebc688ac44262e2b8dcdf922d68 (diff) |
removed SvXMLStyle::SetFamily
-rw-r--r-- | sw/source/filter/xml/xmlfmt.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmlfmt.cxx b/sw/source/filter/xml/xmlfmt.cxx index 67159aa15797..430c6ab7a600 100644 --- a/sw/source/filter/xml/xmlfmt.cxx +++ b/sw/source/filter/xml/xmlfmt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlfmt.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: mib $ $Date: 2001-01-18 12:39:02 $ + * last change: $Author: mib $ $Date: 2001-01-19 10:00:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -709,14 +709,13 @@ SwXMLItemSetStyleContext_Impl::SwXMLItemSetStyleContext_Impl( SwXMLImport& rImpo sal_uInt16 nPrfx, const OUString& rLName, const Reference< xml::sax::XAttributeList > & xAttrList, sal_uInt16 nFamily ) : - SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList ), + SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, nFamily ), pItemSet( 0 ), bHasMasterPageName( sal_False ), bPageDescConnected( sal_False ), sDataStyleName(), bDataStyleIsResolved( sal_True ) { - SetFamily( nFamily ); } SwXMLItemSetStyleContext_Impl::~SwXMLItemSetStyleContext_Impl() |