diff --git a/writerfilter/source/doctok/WW8Clx.cxx b/writerfilter/source/doctok/WW8Clx.cxx index 8ecd0e6ab782..ecdee1bb4b2c 100644 --- a/writerfilter/source/doctok/WW8Clx.cxx +++ b/writerfilter/source/doctok/WW8Clx.cxx @@ -48,7 +48,7 @@ sal_Bool WW8Clx::isComplexFc(sal_uInt32 nIndex) const return bResult; } -void WW8Clx::dump(WW8OutputWithDepth & o) const +void WW8Clx::dump(OutputWithDepth & o) const { WW8StructBase::dump(o); } diff --git a/writerfilter/source/doctok/WW8Clx.hxx b/writerfilter/source/doctok/WW8Clx.hxx index 48a258f02b53..01d9f85074bd 100644 --- a/writerfilter/source/doctok/WW8Clx.hxx +++ b/writerfilter/source/doctok/WW8Clx.hxx @@ -33,7 +33,7 @@ public: WW8Clx(WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount); - virtual void dump(WW8OutputWithDepth & o) const; + virtual void dump(OutputWithDepth & o) const; /** Return the number of pieces.