diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-19 14:24:57 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-21 12:13:12 +0100 |
commit | 577bfd169c0eb031aabcbb7c93f28a5c92366502 (patch) | |
tree | d64443bcafcbc29d8ad2b88a15204af535107e57 /vcl/inc | |
parent | d2e7105fa3fa696c51965f5e186d64a91416af63 (diff) |
maDocFileURLStr is always empty
Change-Id: I34c4a44d4fbe8d721a3a0bda5dbe35c68fe15c13
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/impgraph.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index f3766037da48..29a53c5e01ba 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -56,8 +56,6 @@ private: ImpSwapFile* mpSwapFile; GfxLink* mpGfxLink; GraphicType meType; - OUString maDocFileURLStr; - sal_uLong mnDocFilePos; mutable sal_uLong mnSizeBytes; sal_uLong mnRefCount; bool mbSwapOut; @@ -131,11 +129,6 @@ private: void ImplSetContext( GraphicReader* pReader ); private: - - void ImplSetDocFileName( const OUString& rName, sal_uLong nFilePos ); - const OUString& ImplGetDocFileName() const; - sal_uLong ImplGetDocFilePos() const { return mnDocFilePos;} - bool ImplReadEmbedded( SvStream& rIStream ); bool ImplWriteEmbedded( SvStream& rOStream ); |