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 /include | |
parent | d2e7105fa3fa696c51965f5e186d64a91416af63 (diff) |
maDocFileURLStr is always empty
Change-Id: I34c4a44d4fbe8d721a3a0bda5dbe35c68fe15c13
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/graph.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 8727b9c13e2b..1111dd46d533 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -170,12 +170,6 @@ public: GraphicReader* GetContext(); void SetContext( GraphicReader* pReader ); -public: - - void SetDocFileName( const OUString& rName, sal_uLong nFilePos ); - const OUString& GetDocFileName() const; - sal_uLong GetDocFilePos() const; - private: friend class GraphicObject; bool SwapOut(); |