dump(WW8OutputWithDepth) too specific, needed OutoutWithDepth<string>
This commit is contained in:
parent
e259efc286
commit
a4a2addf2f
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue