From b45ca70210ccb8a7d08262038b60d35c0d0c5677 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 1 Dec 2006 14:27:31 +0000 Subject: INTEGRATION: CWS swautomatic01 (1.20.122); FILE MERGED 2006/10/10 16:25:50 fme 1.20.122.4: RESYNC: (1.21-1.22); FILE MERGED 2006/08/10 15:41:04 fme 1.20.122.3: RESYNC: (1.20-1.21); FILE MERGED 2006/07/07 11:34:42 fme 1.20.122.2: #i65476# AutoStyles 2006/06/29 13:05:05 fme 1.20.122.1: #i65476# AutoStyles --- xmloff/source/style/xmlaustp.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xmloff/source/style/xmlaustp.cxx b/xmloff/source/style/xmlaustp.cxx index c666664f44..e950bfb09a 100644 --- a/xmloff/source/style/xmlaustp.cxx +++ b/xmloff/source/style/xmlaustp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlaustp.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:58:24 $ + * last change: $Author: rt $ $Date: 2006-12-01 15:27:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -390,10 +390,10 @@ OUString SvXMLAutoStylePoolP::Add( sal_Int32 nFamily, OUString SvXMLAutoStylePoolP::Add( sal_Int32 nFamily, const OUString& rParent, - const vector< XMLPropertyState >& rProperties ) + const vector< XMLPropertyState >& rProperties, bool bDontSeek ) { OUString sName; - pImpl->Add(sName, nFamily, rParent, rProperties ); + pImpl->Add(sName, nFamily, rParent, rProperties, sal_False, bDontSeek ); return sName; } -- cgit v1.2.3