diff options
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r-- | vcl/inc/impgraph.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index 513074d1d286..f3766037da48 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -136,7 +136,7 @@ private: const OUString& ImplGetDocFileName() const; sal_uLong ImplGetDocFilePos() const { return mnDocFilePos;} - bool ImplReadEmbedded( SvStream& rIStream, bool bSwap = false ); + bool ImplReadEmbedded( SvStream& rIStream ); bool ImplWriteEmbedded( SvStream& rOStream ); bool ImplSwapIn(); |