diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-15 10:14:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-15 16:56:57 +0100 |
commit | cbc1176c14ae36293a9cb2acb895dc99111145d5 (patch) | |
tree | fd72565b9fd4bde3a6bfa85702321185d113bc0d /include/sfx2/docfile.hxx | |
parent | 44add3e1f1274410f88ab2c81e4c674a05456f91 (diff) |
SfxMedium::IsRemote can be made const
Change-Id: Id6b14366d11c15ec1440482cfb725e497807fa2e
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 132e2ac781eb..7d8f1ba4186f 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -132,7 +132,7 @@ public: css::uno::Reference< css::ucb::XContent > GetContent() const; const OUString& GetPhysicalName() const; - bool IsRemote(); + bool IsRemote() const; bool IsOpen() const; // { return aStorage.Is() || pInStream; } void Download( const Link& aLink = Link()); void SetDoneLink( const Link& rLink ); |