Kaydet (Commit) a261e987 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS swautomatic01 (1.16.36); FILE MERGED

2006/11/16 14:26:42 fme 1.16.36.4: RESYNC: (1.19-1.20); FILE MERGED
2006/10/10 16:22:53 fme 1.16.36.3: RESYNC: (1.18-1.19); FILE MERGED
2006/08/10 15:38:53 fme 1.16.36.2: RESYNC: (1.16-1.18); FILE MERGED
2006/06/29 13:05:05 fme 1.16.36.1: #i65476# AutoStyles
üst 2da89166
......@@ -4,9 +4,9 @@
*
* $RCSfile: impastp4.cxx,v $
*
* $Revision: 1.20 $
* $Revision: 1.21 $
*
* last change: $Author: obo $ $Date: 2006-10-12 14:50:08 $
* last change: $Author: rt $ $Date: 2006-12-01 15:26:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -200,7 +200,8 @@ void SvXMLAutoStylePoolP_Impl::GetRegisteredNames(
sal_Bool SvXMLAutoStylePoolP_Impl::Add(OUString& rName, sal_Int32 nFamily,
const OUString& rParent,
const ::std::vector< XMLPropertyState >& rProperties,
sal_Bool bCache)
sal_Bool bCache,
bool bDontSeek )
{
sal_Bool bRet(sal_False);
ULONG nPos;
......@@ -229,7 +230,7 @@ sal_Bool SvXMLAutoStylePoolP_Impl::Add(OUString& rName, sal_Int32 nFamily,
pParents->Insert( pParent );
}
if( pParent->Add( pFamily, rProperties, rName ) )
if( pParent->Add( pFamily, rProperties, rName, bDontSeek ) )
{
pFamily->mnCount++;
bRet = sal_True;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment