dump(WW8OutputWithDepth) too specific, needed OutoutWithDepth<string>

This commit is contained in:
Henning Brinkmann 2006-10-30 09:49:16 +00:00
parent e259efc286
commit a4a2addf2f
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ sal_Bool WW8Clx::isComplexFc(sal_uInt32 nIndex) const
return bResult;
}
void WW8Clx::dump(WW8OutputWithDepth & o) const
void WW8Clx::dump(OutputWithDepth<string> & o) const
{
WW8StructBase::dump(o);
}

View file

@ -33,7 +33,7 @@ public:
WW8Clx(WW8Stream & rStream,
sal_uInt32 nOffset, sal_uInt32 nCount);
virtual void dump(WW8OutputWithDepth & o) const;
virtual void dump(OutputWithDepth<string> & o) const;
/**
Return the number of pieces.