diff options
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(); |