diff options
Diffstat (limited to 'include/sfx2/docfile.hxx')
-rw-r--r-- | include/sfx2/docfile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx index ab8562727a01..132e2ac781eb 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -134,7 +134,7 @@ public: const OUString& GetPhysicalName() const; bool IsRemote(); bool IsOpen() const; // { return aStorage.Is() || pInStream; } - void DownLoad( const Link& aLink = Link()); + void Download( const Link& aLink = Link()); void SetDoneLink( const Link& rLink ); sal_uInt32 GetErrorCode() const; |